Searched refs:op1_8 (Results 1 – 1 of 1) sorted by relevance
1018 uint8_t op1_8 = decode->op[0].val; in exec_rcl() local1026 res = (op1_8 << 1) | get_CF(env); in exec_rcl()1028 res = (op1_8 << count) | (get_CF(env) << (count - 1)) | in exec_rcl()1029 (op1_8 >> (9 - count)); in exec_rcl()1034 cf = (op1_8 >> (8 - count)) & 0x01; in exec_rcl()1103 uint8_t op1_8 = decode->op[0].val; in exec_rcr() local1110 res = (op1_8 >> count) | (get_CF(env) << (8 - count)) | in exec_rcr()1111 (op1_8 << (9 - count)); in exec_rcr()1115 cf = (op1_8 >> (count - 1)) & 0x1; in exec_rcr()