Searched refs:GEN_HELPER_RR (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 189 #define GEN_HELPER_RR(name, rl, rh, arg1, arg2) do { \ macro 6243 GEN_HELPER_RR(divide, cpu_gpr_d[r3], cpu_gpr_d[r3+1], cpu_gpr_d[r1], in decode_rr_divide() 6252 GEN_HELPER_RR(divide_u, cpu_gpr_d[r3], cpu_gpr_d[r3+1], in decode_rr_divide()
|