Searched refs:op1_8 (Results 1 – 1 of 1) sorted by relevance
1194 uint8_t op1_8 = decode->op[0].val; in exec_rcl() local1202 res = (op1_8 << 1) | get_CF(env); in exec_rcl()1204 res = (op1_8 << count) | (get_CF(env) << (count - 1)) | in exec_rcl()1205 (op1_8 >> (9 - count)); in exec_rcl()1210 cf = (op1_8 >> (8 - count)) & 0x01; in exec_rcl()1279 uint8_t op1_8 = decode->op[0].val; in exec_rcr() local1286 res = (op1_8 >> count) | (get_CF(env) << (8 - count)) | in exec_rcr()1287 (op1_8 << (9 - count)); in exec_rcr()1291 cf = (op1_8 >> (count - 1)) & 0x1; in exec_rcr()