Searched refs:DO_PAR_ADDSUB (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 5785 #define DO_PAR_ADDSUB(NAME, helper) \ macro 5811 DO_PAR_ADDSUB(QADD16, gen_helper_qadd16) in DO_PAR_ADDSUB_GE() 5812 DO_PAR_ADDSUB(QASX, gen_helper_qaddsubx) in DO_PAR_ADDSUB_GE() 5813 DO_PAR_ADDSUB(QSAX, gen_helper_qsubaddx) in DO_PAR_ADDSUB_GE() 5814 DO_PAR_ADDSUB(QSUB16, gen_helper_qsub16) in DO_PAR_ADDSUB_GE() 5815 DO_PAR_ADDSUB(QADD8, gen_helper_qadd8) in DO_PAR_ADDSUB_GE() 5816 DO_PAR_ADDSUB(QSUB8, gen_helper_qsub8) in DO_PAR_ADDSUB_GE() 5818 DO_PAR_ADDSUB(UQADD16, gen_helper_uqadd16) in DO_PAR_ADDSUB_GE() 5819 DO_PAR_ADDSUB(UQASX, gen_helper_uqaddsubx) in DO_PAR_ADDSUB_GE() 5820 DO_PAR_ADDSUB(UQSAX, gen_helper_uqsubaddx) in DO_PAR_ADDSUB_GE() [all …]
|