Searched refs:DO_PAR_ADDSUB (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 5744 #define DO_PAR_ADDSUB(NAME, helper) \ macro 5770 DO_PAR_ADDSUB(QADD16, gen_helper_qadd16) in DO_PAR_ADDSUB_GE() 5771 DO_PAR_ADDSUB(QASX, gen_helper_qaddsubx) in DO_PAR_ADDSUB_GE() 5772 DO_PAR_ADDSUB(QSAX, gen_helper_qsubaddx) in DO_PAR_ADDSUB_GE() 5773 DO_PAR_ADDSUB(QSUB16, gen_helper_qsub16) in DO_PAR_ADDSUB_GE() 5774 DO_PAR_ADDSUB(QADD8, gen_helper_qadd8) in DO_PAR_ADDSUB_GE() 5775 DO_PAR_ADDSUB(QSUB8, gen_helper_qsub8) in DO_PAR_ADDSUB_GE() 5777 DO_PAR_ADDSUB(UQADD16, gen_helper_uqadd16) in DO_PAR_ADDSUB_GE() 5778 DO_PAR_ADDSUB(UQASX, gen_helper_uqaddsubx) in DO_PAR_ADDSUB_GE() 5779 DO_PAR_ADDSUB(UQSAX, gen_helper_uqsubaddx) in DO_PAR_ADDSUB_GE() [all …]
|