Home
last modified time | relevance | path

Searched defs:op_32 (Results 1 – 22 of 22) sorted by relevance

/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dcodegen_ops_fpu.h1 static uint32_t ropFXCH(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in ropFXCH()
10 static uint32_t ropFLD(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock… in ropFLD()
19 static uint32_t ropFST(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock… in ropFST()
27 static uint32_t ropFSTP(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in ropFSTP()
38 static uint32_t ropFLDs(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in ropFLDs()
55 static uint32_t ropFLDd(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in ropFLDd()
73 static uint32_t ropFILDw(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblo… in ropFILDw()
90 static uint32_t ropFILDl(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblo… in ropFILDl()
107 static uint32_t ropFILDq(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblo… in ropFILDq()
127 static uint32_t ropFSTs(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in ropFSTs()
[all …]
H A Dcodegen_ops_stack.h1 static uint32_t ropPUSH_16(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeb… in ropPUSH_16()
13 static uint32_t ropPUSH_32(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeb… in ropPUSH_32()
26 static uint32_t ropPUSH_imm_16(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, c… in ropPUSH_imm_16()
39 static uint32_t ropPUSH_imm_32(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, c… in ropPUSH_imm_32()
53 static uint32_t ropPUSH_imm_b16(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, … in ropPUSH_imm_b16()
86 static uint32_t ropPOP_16(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebl… in ropPOP_16()
96 static uint32_t ropPOP_32(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebl… in ropPOP_32()
107 static uint32_t ropRET_16(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebl… in ropRET_16()
117 static uint32_t ropRET_32(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebl… in ropRET_32()
153 static uint32_t ropCALL_r16(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, code… in ropCALL_r16()
[all …]
H A Dcodegen_ops_mov.h1 static uint32_t ropMOV_rb_imm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, co… in ropMOV_rb_imm()
7 static uint32_t ropMOV_rw_imm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, co… in ropMOV_rw_imm()
13 static uint32_t ropMOV_rl_imm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, co… in ropMOV_rl_imm()
23 static uint32_t ropMOV_b_r(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeb… in ropMOV_b_r()
46 static uint32_t ropMOV_w_r(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeb… in ropMOV_w_r()
70 static uint32_t ropMOV_l_r(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeb… in ropMOV_l_r()
97 static uint32_t ropMOV_r_b(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeb… in ropMOV_r_b()
118 static uint32_t ropMOV_r_w(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeb… in ropMOV_r_w()
139 static uint32_t ropMOV_r_l(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeb… in ropMOV_r_l()
341 static uint32_t ropLEA_w(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblo… in ropLEA_w()
[all …]
H A Dcodegen_ops_arith.h1 static uint32_t ropINC_rw(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebl… in ropINC_rw()
20 static uint32_t ropINC_rl(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebl… in ropINC_rl()
39 static uint32_t ropDEC_rw(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebl… in ropDEC_rw()
58 static uint32_t ropDEC_rl(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebl… in ropDEC_rl()
294 static uint32_t ropCMP_b_rm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, code… in ropCMP_b_rm()
322 static uint32_t ropCMP_w_rm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, code… in ropCMP_w_rm()
597 static uint32_t rop80(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock_… in rop80()
683 static uint32_t rop81_w(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in rop81_w()
768 static uint32_t rop81_l(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in rop81_l()
853 static uint32_t rop83_w(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in rop83_w()
[all …]
H A Dcodegen_ops_logic.h196 static uint32_t ropTEST_b_rm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, cod… in ropTEST_b_rm()
221 static uint32_t ropTEST_w_rm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, cod… in ropTEST_w_rm()
246 static uint32_t ropTEST_l_rm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, cod… in ropTEST_l_rm()
272 static uint32_t ropAND_AL_imm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, co… in ropAND_AL_imm()
283 static uint32_t ropAND_AX_imm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, co… in ropAND_AX_imm()
307 static uint32_t ropOR_AL_imm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, cod… in ropOR_AL_imm()
318 static uint32_t ropOR_AX_imm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, cod… in ropOR_AX_imm()
329 static uint32_t ropOR_EAX_imm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, co… in ropOR_EAX_imm()
412 static uint32_t ropF6(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock_… in ropF6()
463 static uint32_t ropF7_w(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in ropF7_w()
[all …]
H A Dcodegen_ops_misc.h1 static uint32_t ropNOP(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock… in ropNOP()
6 static uint32_t ropCLD(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock… in ropCLD()
11 static uint32_t ropSTD(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock… in ropSTD()
17 static uint32_t ropCLI(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock… in ropCLI()
24 static uint32_t ropSTI(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock… in ropSTI()
32 static uint32_t ropFE(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock_… in ropFE()
84 static uint32_t ropFF_16(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblo… in ropFF_16()
177 static uint32_t ropFF_32(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblo… in ropFF_32()
H A Dcodegen_ops_mmx.h1 static uint32_t ropMOVQ_q_mm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, cod… in ropMOVQ_q_mm()
28 static uint32_t ropMOVQ_mm_q(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, cod… in ropMOVQ_mm_q()
54 static uint32_t ropMOVD_l_mm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, cod… in ropMOVD_l_mm()
80 static uint32_t ropMOVD_mm_l(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, cod… in ropMOVD_mm_l()
187 static uint32_t ropPSxxW_imm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, cod… in ropPSxxW_imm()
215 static uint32_t ropPSxxD_imm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, cod… in ropPSxxD_imm()
243 static uint32_t ropPSxxQ_imm(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, cod… in ropPSxxQ_imm()
272 static uint32_t ropEMMS(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in ropEMMS()
H A Dcodegen_ops_shift.h47 static uint32_t ropC0(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock_… in ropC0()
60 static uint32_t ropC1_w(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in ropC1_w()
73 static uint32_t ropC1_l(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in ropC1_l()
87 static uint32_t ropD0(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeblock_… in ropD0()
100 static uint32_t ropD1_w(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in ropD1_w()
113 static uint32_t ropD1_l(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in ropD1_l()
H A Dcodegen_ops_jump.h1 static uint32_t ropJMP_r8(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebl… in ropJMP_r8()
13 static uint32_t ropJMP_r16(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeb… in ropJMP_r16()
22 static uint32_t ropJMP_r32(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codeb… in ropJMP_r32()
32 static uint32_t ropJCXZ(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in ropJCXZ()
53 static uint32_t ropLOOP(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebloc… in ropLOOP()
H A Dcodegen_ops_xchg.h64 static uint32_t ropXCHG_w(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebl… in ropXCHG_w()
79 static uint32_t ropXCHG_l(uint8_t opcode, uint32_t fetchdat, uint32_t op_32, uint32_t op_pc, codebl… in ropXCHG_l()
H A Dcodegen_timing_pentium.c791 static inline int COUNT(uint64_t timings, uint64_t deps, int op_32) in COUNT()
858 static inline int codegen_timing_has_displacement(uint32_t fetchdat, int op_32) in codegen_timing_has_displacement()
884 static inline int codegen_timing_instr_length(uint64_t timing, uint32_t fetchdat, int op_32) in codegen_timing_instr_length()
977 static int check_agi(uint64_t *deps, uint8_t opcode, uint32_t fetchdat, int op_32) in check_agi()
989 …t64_t *deps, uint8_t opcode, uint32_t fetchdat, int decode_delay_offset, int op_32, int exec_delay) in codegen_instruction()
1078 void codegen_timing_pentium_opcode(uint8_t opcode, uint32_t fetchdat, int op_32) in codegen_timing_pentium_opcode()
H A Dcodegen_timing_686.c760 static inline int COUNT(uint32_t c, int op_32) in COUNT()
807 static int check_agi(uint64_t *deps, uint8_t opcode, uint32_t fetchdat, int op_32) in check_agi()
826 void codegen_timing_686_opcode(uint8_t opcode, uint32_t fetchdat, int op_32) in codegen_timing_686_opcode()
H A Dcodegen_timing_486.c269 static inline int COUNT(int *c, int op_32) in COUNT()
299 void codegen_timing_486_opcode(uint8_t opcode, uint32_t fetchdat, int op_32) in codegen_timing_486_opcode()
H A Dcodegen_timing_winchip.c269 static inline int COUNT(int *c, int op_32) in COUNT()
299 void codegen_timing_winchip_opcode(uint8_t opcode, uint32_t fetchdat, int op_32) in codegen_timing_winchip_opcode()
H A Dcodegen_timing_common.h118 static inline uint32_t get_addr_regmask(uint64_t data, uint32_t fetchdat, int op_32) in get_addr_regmask()
172 static inline uint32_t get_srcdep_mask(uint64_t data, uint32_t fetchdat, int bit8, int op_32) in get_srcdep_mask()
H A Dcodegen_x86-64.c932 uint32_t op_32 = use32; in codegen_generate_call() local
H A Dcodegen_x86.c1863 uint32_t op_32 = use32; in codegen_generate_call() local
H A Dcodegen_ops_x86.h1224 …6seg *FETCH_EA(x86seg *op_ea_seg, uint32_t fetchdat, int op_ssegs, uint32_t *op_pc, uint32_t op_32) in FETCH_EA()
H A Dcodegen_ops_x86-64.h853 …6seg *FETCH_EA(x86seg *op_ea_seg, uint32_t fetchdat, int op_ssegs, uint32_t *op_pc, uint32_t op_32) in FETCH_EA()
/dports/emulators/bochs/bochs-2.7/cpu/avx/
H A Dtbm32.cc47 Bit32u op_32 = BX_READ_32BIT_REG(i->src()); in BLCFILL_BdEdR() local
61 Bit32u op_32 = BX_READ_32BIT_REG(i->src()); in BLCI_BdEdR() local
75 Bit32u op_32 = BX_READ_32BIT_REG(i->src()); in BLCIC_BdEdR() local
89 Bit32u op_32 = BX_READ_32BIT_REG(i->src()); in BLCMSK_BdEdR() local
103 Bit32u op_32 = BX_READ_32BIT_REG(i->src()); in BLCS_BdEdR() local
117 Bit32u op_32 = BX_READ_32BIT_REG(i->src()); in BLSFILL_BdEdR() local
131 Bit32u op_32 = BX_READ_32BIT_REG(i->src()); in BLSIC_BdEdR() local
145 Bit32u op_32 = BX_READ_32BIT_REG(i->src()); in T1MSKC_BdEdR() local
159 Bit32u op_32 = BX_READ_32BIT_REG(i->src()); in TZMSK_BdEdR() local
/dports/emulators/bochs/bochs-2.7/cpu/
H A Dbit32.cc348 Bit32u op_32 = popcntd(BX_READ_32BIT_REG(i->src())); in POPCNT_GdEdR() local
H A Dbit64.cc352 Bit32u op_32 = popcntq(BX_READ_64BIT_REG(i->src())); in POPCNT_GqEqR() local