Searched refs:DO_PAR_ADDSUB_GE (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 5750 #define DO_PAR_ADDSUB_GE(NAME, helper) \ macro 5756 DO_PAR_ADDSUB_GE(SADD16, gen_helper_sadd16) in DO_PAR_ADDSUB_GE() function 5757 DO_PAR_ADDSUB_GE(SASX, gen_helper_saddsubx) in DO_PAR_ADDSUB_GE() 5758 DO_PAR_ADDSUB_GE(SSAX, gen_helper_ssubaddx) in DO_PAR_ADDSUB_GE() 5759 DO_PAR_ADDSUB_GE(SSUB16, gen_helper_ssub16) in DO_PAR_ADDSUB_GE() 5760 DO_PAR_ADDSUB_GE(SADD8, gen_helper_sadd8) in DO_PAR_ADDSUB_GE() 5761 DO_PAR_ADDSUB_GE(SSUB8, gen_helper_ssub8) in DO_PAR_ADDSUB_GE() 5763 DO_PAR_ADDSUB_GE(UADD16, gen_helper_uadd16) in DO_PAR_ADDSUB_GE() 5767 DO_PAR_ADDSUB_GE(UADD8, gen_helper_uadd8) in DO_PAR_ADDSUB_GE() 5768 DO_PAR_ADDSUB_GE(USUB8, gen_helper_usub8) in DO_PAR_ADDSUB_GE() [all …]
|