Lines Matching refs:pfx
18 #define PAS_OP(pfx) \
19 DEF_HELPER_3(pfx ## add8, i32, i32, i32, ptr) \
20 DEF_HELPER_3(pfx ## sub8, i32, i32, i32, ptr) \
21 DEF_HELPER_3(pfx ## sub16, i32, i32, i32, ptr) \
22 DEF_HELPER_3(pfx ## add16, i32, i32, i32, ptr) \
23 DEF_HELPER_3(pfx ## addsubx, i32, i32, i32, ptr) \
24 DEF_HELPER_3(pfx ## subaddx, i32, i32, i32, ptr)
30 #define PAS_OP(pfx) \
31 DEF_HELPER_2(pfx ## add8, i32, i32, i32) \
32 DEF_HELPER_2(pfx ## sub8, i32, i32, i32) \
33 DEF_HELPER_2(pfx ## sub16, i32, i32, i32) \
34 DEF_HELPER_2(pfx ## add16, i32, i32, i32) \
35 DEF_HELPER_2(pfx ## addsubx, i32, i32, i32) \
36 DEF_HELPER_2(pfx ## subaddx, i32, i32, i32)