Searched refs:RVC_EXTRACT_BTYPE_IMM (Results 1 – 3 of 3) sorted by relevance
58 *next_addr = RVC_EXTRACT_BTYPE_IMM(op_code) + pc; in get_step_address()65 *next_addr = RVC_EXTRACT_BTYPE_IMM(op_code) + pc; in get_step_address()
222 offset = RVC_EXTRACT_BTYPE_IMM(opcode); in simulate_c_bnez_beqz()
512 #define RVC_EXTRACT_BTYPE_IMM(x) \ macro