Searched refs:DO_PAR_ADDSUB_GE (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 5791 #define DO_PAR_ADDSUB_GE(NAME, helper) \ macro 5797 DO_PAR_ADDSUB_GE(SADD16, gen_helper_sadd16) in DO_PAR_ADDSUB_GE() function 5798 DO_PAR_ADDSUB_GE(SASX, gen_helper_saddsubx) in DO_PAR_ADDSUB_GE() 5799 DO_PAR_ADDSUB_GE(SSAX, gen_helper_ssubaddx) in DO_PAR_ADDSUB_GE() 5800 DO_PAR_ADDSUB_GE(SSUB16, gen_helper_ssub16) in DO_PAR_ADDSUB_GE() 5801 DO_PAR_ADDSUB_GE(SADD8, gen_helper_sadd8) in DO_PAR_ADDSUB_GE() 5802 DO_PAR_ADDSUB_GE(SSUB8, gen_helper_ssub8) in DO_PAR_ADDSUB_GE() 5804 DO_PAR_ADDSUB_GE(UADD16, gen_helper_uadd16) in DO_PAR_ADDSUB_GE() 5805 DO_PAR_ADDSUB_GE(UASX, gen_helper_uaddsubx) in DO_PAR_ADDSUB_GE() 5806 DO_PAR_ADDSUB_GE(USAX, gen_helper_usubaddx) in DO_PAR_ADDSUB_GE() [all …]
|