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() 5781 DO_PAR_ADDSUB(UQADD8, gen_helper_uqadd8) in DO_PAR_ADDSUB_GE() 5782 DO_PAR_ADDSUB(UQSUB8, gen_helper_uqsub8) in DO_PAR_ADDSUB_GE() 5788 DO_PAR_ADDSUB(SHADD8, gen_helper_shadd8) in DO_PAR_ADDSUB_GE() [all …]
|