Searched refs:FUNC_R_OP_RR (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/hexagon/ |
H A D | usr.c | 128 #define FUNC_R_OP_RR(NAME, INSN) \ macro 314 FUNC_R_OP_RR(addsat, "%0 = add(%2, %3):sat") 319 FUNC_R_OP_RR(mpy_sat_hh_s1, "%0 = mpy(%2.H, %3.H):<<1:sat") 320 FUNC_R_OP_RR(mpy_sat_rnd_hh_s1, "%0 = mpy(%2.H, %3.H):<<1:rnd:sat") 321 FUNC_R_OP_RR(mpy_up_s1_sat, "%0 = mpy(%2, %3):<<1:sat") 324 FUNC_R_OP_RR(vmpy2s_s1pack, "%0 = vmpyh(%2, %3):<<1:rnd:sat") 328 FUNC_R_OP_RR(cmpyrs_s0, "%0 = cmpy(%2, %3):rnd:sat") 333 FUNC_R_OP_RR(hmmpyl_rs1, "%0 = mpy(%2, %3.L):<<1:rnd:sat") 344 FUNC_R_OP_RR(addh_l16_sat_ll, "%0 = add(%2.L, %3.L):sat") 350 FUNC_R_OP_RR(asr_r_r_sat, "%0 = asr(%2, %3):sat") [all …]
|