/vbox/src/recompiler/target-i386/ |
H A D | helper_template.h | 39 #define SUFFIX b macro 44 #define SUFFIX w macro 49 #define SUFFIX l macro 54 #define SUFFIX q macro 64 static int glue(compute_all_add, SUFFIX)(void) 79 static int glue(compute_c_add, SUFFIX)(void) 88 static int glue(compute_all_adc, SUFFIX)(void) 103 static int glue(compute_c_adc, SUFFIX)(void) 112 static int glue(compute_all_sub, SUFFIX)(void) 127 static int glue(compute_c_sub, SUFFIX)(voi 344 #undef SUFFIX macro [all...] |
H A D | ops_sse_header.h | 31 #define SUFFIX _mmx macro 34 #define SUFFIX _xmm macro 47 DEF_HELPER_2(glue(psrlw, SUFFIX), void, Reg, Reg) 48 DEF_HELPER_2(glue(psraw, SUFFIX), void, Reg, Reg) 49 DEF_HELPER_2(glue(psllw, SUFFIX), void, Reg, Reg) 50 DEF_HELPER_2(glue(psrld, SUFFIX), void, Reg, Reg) 51 DEF_HELPER_2(glue(psrad, SUFFIX), void, Reg, Reg) 52 DEF_HELPER_2(glue(pslld, SUFFIX), void, Reg, Reg) 53 DEF_HELPER_2(glue(psrlq, SUFFIX), void, Reg, Reg) 54 DEF_HELPER_2(glue(psllq, SUFFIX), voi 351 #undef SUFFIX macro [all...] |
H A D | ops_sse.h | 37 #define SUFFIX _mmx macro 45 #define SUFFIX _xmm macro 48 void glue(helper_psrlw, SUFFIX)(Reg *d, Reg *s) 72 void glue(helper_psraw, SUFFIX)(Reg *d, Reg *s) 93 void glue(helper_psllw, SUFFIX)(Reg *d, Reg *s) 117 void glue(helper_psrld, SUFFIX)(Reg *d, Reg *s) 137 void glue(helper_psrad, SUFFIX)(Reg *d, Reg *s) 154 void glue(helper_pslld, SUFFIX)(Reg *d, Reg *s) 174 void glue(helper_psrlq, SUFFIX)(Reg *d, Reg *s) 192 void glue(helper_psllq, SUFFIX)(Re 2111 #undef SUFFIX macro [all...] |
/vbox/src/recompiler/ |
H A D | softmmu_header.h | 30 #define SUFFIX q macro 34 #define SUFFIX l macro 38 #define SUFFIX w macro 43 #define SUFFIX b macro 97 res = glue(glue(__ld, SUFFIX), MMUSUFFIX)(addr, mmu_idx); 106 static inline int glue(glue(lds, SUFFIX), MEMSUFFIX)(target_ulong ptr) 118 res = (DATA_STYPE)glue(glue(__ld, SUFFIX), MMUSUFFIX)(addr, mmu_idx); 121 res = glue(glue(lds, SUFFIX), _raw)((uint8_t *)physaddr); 131 static inline void glue(glue(st, SUFFIX), MEMSUFFIX)(target_ulong ptr, RES_TYPE v) 143 glue(glue(__st, SUFFIX), MMUSUFFI 203 #undef SUFFIX macro [all...] |
H A D | softmmu_template.h | 34 #define SUFFIX q macro 41 #define SUFFIX l macro 48 #define SUFFIX w macro 55 #define SUFFIX b macro 73 static DATA_TYPE glue(glue(slow_ld, SUFFIX), MMUSUFFIX)(target_ulong addr, 76 static inline DATA_TYPE glue(io_read, SUFFIX)(target_phys_addr_t physaddr, 107 DATA_TYPE REGPARM glue(glue(__ld, SUFFIX), MMUSUFFIX)(target_ulong addr, 114 glue(glue(__ld, SUFFIX), MMUSUFFIX)(target_ulong addr, 137 res = glue(io_read, SUFFIX)(ioaddr, addr, retaddr); 145 res = glue(glue(slow_ld, SUFFIX), MMUSUFFI 363 #undef SUFFIX macro [all...] |