Searched refs:DEF_HELPER_FLAGS_1 (Results 1 – 3 of 3) sorted by relevance
/external/qemu/ |
D | def-helper.h | 114 DEF_HELPER_FLAGS_1(name, 0, ret, t1) 130 #define DEF_HELPER_FLAGS_1(name, flags, ret, t1) \ macro 157 #define DEF_HELPER_FLAGS_1(name, flags, ret, t1) \ macro 215 #define DEF_HELPER_FLAGS_1(name, flags, ret, t1) \ macro 234 #undef DEF_HELPER_FLAGS_1
|
/external/qemu/target-mips/ |
D | helper.h | 27 DEF_HELPER_FLAGS_1(clo, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl) 28 DEF_HELPER_FLAGS_1(clz, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl) 30 DEF_HELPER_FLAGS_1(dclo, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl) 31 DEF_HELPER_FLAGS_1(dclz, TCG_CALL_CONST | TCG_CALL_PURE, tl, tl)
|
/external/qemu/target-i386/ |
D | helper.h | 3 DEF_HELPER_FLAGS_1(cc_compute_all, TCG_CALL_PURE, i32, int) 4 DEF_HELPER_FLAGS_1(cc_compute_c, TCG_CALL_PURE, i32, int)
|