Searched refs:mode64 (Results 1 - 21 of 21) sorted by path

/external/valgrind/main/VEX/priv/
H A Dguest_mips_toIR.c73 static Bool mode64 = False; variable
103 if (!mode64)
258 if (!mode64)
405 vassert(!mode64);
464 t1 = newTemp(mode64 ? Ity_I64 : Ity_I32); \
465 if(!mode64) \
473 t1 = newTemp(mode64 ? Ity_I64 : Ity_I32); \
474 if(!mode64) \
1020 vassert(!mode64);
1029 vassert(!mode64);
[all...]
H A Dguest_ppc_toIR.c174 static Bool mode64 = False; variable
220 (mode64 ? offsetof(VexGuestPPC64State, _x) : \
1084 IRType ty = mode64 ? Ity_I64 : Ity_I32;
1092 IRType ty = mode64 ? Ity_I64 : Ity_I32;
1440 vassert(mode64);
1478 vassert(!mode64);
1553 IRType ty = mode64 ? Ity_I64 : Ity_I32;
1562 IRType ty = mode64 ? Ity_I64 : Ity_I32;
1571 IRType ty = mode64 ? Ity_I64 : Ity_I32;
1591 IRType ty = mode64
[all...]
H A Dhost_amd64_defs.c1013 void ppAMD64Instr ( AMD64Instr* i, Bool mode64 )
1015 vassert(mode64 == True);
1330 void getRegUsage_AMD64Instr ( HRegUsage* u, AMD64Instr* i, Bool mode64 )
1333 vassert(mode64 == True);
1629 ppAMD64Instr(i, mode64);
1640 void mapRegs_AMD64Instr ( HRegRemap* m, AMD64Instr* i, Bool mode64 )
1642 vassert(mode64 == True);
1812 ppAMD64Instr(i, mode64);
1859 HReg rreg, Int offsetB, Bool mode64 )
1864 vassert(mode64
2266 emit_AMD64Instr( Bool* is_profInc, UChar* buf, Int nbuf, AMD64Instr* i, Bool mode64, void* disp_cp_chain_me_to_slowEP, void* disp_cp_chain_me_to_fastEP, void* disp_cp_xindir, void* disp_cp_xassisted ) argument
[all...]
H A Dhost_amd64_defs.h758 Bool mode64,
H A Dhost_arm64_defs.c2554 void getRegUsage_ARM64Instr ( HRegUsage* u, ARM64Instr* i, Bool mode64 )
2556 vassert(mode64 == True);
2923 void mapRegs_ARM64Instr ( HRegRemap* m, ARM64Instr* i, Bool mode64 )
2925 vassert(mode64 == True);
3225 HReg rreg, Int offsetB, Bool mode64 )
3230 vassert(mode64 == True);
3266 HReg rreg, Int offsetB, Bool mode64 )
3271 vassert(mode64 == True);
4019 Bool mode64,
4027 vassert(mode64
4017 emit_ARM64Instr( Bool* is_profInc, UChar* buf, Int nbuf, ARM64Instr* i, Bool mode64, void* disp_cp_chain_me_to_slowEP, void* disp_cp_chain_me_to_fastEP, void* disp_cp_xindir, void* disp_cp_xassisted ) argument
[all...]
H A Dhost_arm64_defs.h1119 Bool mode64,
H A Dhost_arm_defs.c2021 void getRegUsage_ARMInstr ( HRegUsage* u, ARMInstr* i, Bool mode64 )
2023 vassert(mode64 == False);
2327 void mapRegs_ARMInstr ( HRegRemap* m, ARMInstr* i, Bool mode64 )
2329 vassert(mode64 == False);
2571 HReg rreg, Int offsetB, Bool mode64 )
2576 vassert(mode64 == False);
2626 HReg rreg, Int offsetB, Bool mode64 )
2631 vassert(mode64 == False);
2974 Bool mode64,
2982 vassert(mode64
2972 emit_ARMInstr( Bool* is_profInc, UChar* buf, Int nbuf, ARMInstr* i, Bool mode64, void* disp_cp_chain_me_to_slowEP, void* disp_cp_chain_me_to_fastEP, void* disp_cp_xindir, void* disp_cp_xassisted ) argument
[all...]
H A Dhost_arm_defs.h1029 Bool mode64,
H A Dhost_generic_reg_alloc2.c150 Bool mode64
155 (*getRegUsage)(&reg_usage, instr, mode64);
182 Bool mode64
195 instrs_in->arr[m], state[k].vreg, mode64))
344 Bool mode64
418 (*ppInstr)(_tmp, mode64); \
535 (*getRegUsage)( &reg_usage, instrs_in->arr[ii], mode64 );
539 (*ppInstr)(instrs_in->arr[ii], mode64);
556 (*ppInstr)(instrs_in->arr[ii], mode64);
645 (*ppInstr)(instrs_in->arr[ii], mode64);
[all...]
H A Dhost_generic_regs.h349 Bool mode64
H A Dhost_mips_defs.c53 void ppHRegMIPS(HReg reg, Bool mode64) argument
116 HReg hregMIPS_GPR0(Bool mode64) argument
118 return MkHRegGPR(0, mode64);
121 HReg hregMIPS_GPR1(Bool mode64) argument
123 return MkHRegGPR(1, mode64);
126 HReg hregMIPS_GPR2(Bool mode64) argument
128 return MkHRegGPR(2, mode64);
131 HReg hregMIPS_GPR3(Bool mode64) argument
133 return MkHRegGPR(3, mode64);
136 HReg hregMIPS_GPR4(Bool mode64) argument
141 hregMIPS_GPR5(Bool mode64) argument
146 hregMIPS_GPR6(Bool mode64) argument
151 hregMIPS_GPR7(Bool mode64) argument
156 hregMIPS_GPR8(Bool mode64) argument
161 hregMIPS_GPR9(Bool mode64) argument
166 hregMIPS_GPR10(Bool mode64) argument
171 hregMIPS_GPR11(Bool mode64) argument
176 hregMIPS_GPR12(Bool mode64) argument
181 hregMIPS_GPR13(Bool mode64) argument
186 hregMIPS_GPR14(Bool mode64) argument
191 hregMIPS_GPR15(Bool mode64) argument
196 hregMIPS_GPR16(Bool mode64) argument
201 hregMIPS_GPR17(Bool mode64) argument
206 hregMIPS_GPR18(Bool mode64) argument
211 hregMIPS_GPR19(Bool mode64) argument
216 hregMIPS_GPR20(Bool mode64) argument
221 hregMIPS_GPR21(Bool mode64) argument
226 hregMIPS_GPR22(Bool mode64) argument
231 hregMIPS_GPR23(Bool mode64) argument
236 hregMIPS_GPR24(Bool mode64) argument
241 hregMIPS_GPR25(Bool mode64) argument
246 hregMIPS_GPR26(Bool mode64) argument
251 hregMIPS_GPR27(Bool mode64) argument
256 hregMIPS_GPR28(Bool mode64) argument
261 hregMIPS_GPR29(Bool mode64) argument
266 hregMIPS_GPR30(Bool mode64) argument
271 hregMIPS_GPR31(Bool mode64) argument
276 hregMIPS_F0(Bool mode64) argument
281 hregMIPS_F1(Bool mode64) argument
286 hregMIPS_F2(Bool mode64) argument
291 hregMIPS_F3(Bool mode64) argument
296 hregMIPS_F4(Bool mode64) argument
301 hregMIPS_F5(Bool mode64) argument
306 hregMIPS_F6(Bool mode64) argument
311 hregMIPS_F7(Bool mode64) argument
316 hregMIPS_F8(Bool mode64) argument
321 hregMIPS_F9(Bool mode64) argument
326 hregMIPS_F10(Bool mode64) argument
331 hregMIPS_F11(Bool mode64) argument
336 hregMIPS_F12(Bool mode64) argument
341 hregMIPS_F13(Bool mode64) argument
346 hregMIPS_F14(Bool mode64) argument
351 hregMIPS_F15(Bool mode64) argument
356 hregMIPS_F16(Bool mode64) argument
361 hregMIPS_F17(Bool mode64) argument
366 hregMIPS_F18(Bool mode64) argument
371 hregMIPS_F19(Bool mode64) argument
376 hregMIPS_F20(Bool mode64) argument
381 hregMIPS_F21(Bool mode64) argument
386 hregMIPS_F22(Bool mode64) argument
391 hregMIPS_F23(Bool mode64) argument
396 hregMIPS_F24(Bool mode64) argument
401 hregMIPS_F25(Bool mode64) argument
406 hregMIPS_F26(Bool mode64) argument
411 hregMIPS_F27(Bool mode64) argument
416 hregMIPS_F28(Bool mode64) argument
421 hregMIPS_F29(Bool mode64) argument
426 hregMIPS_F30(Bool mode64) argument
431 hregMIPS_F31(Bool mode64) argument
436 hregMIPS_PC(Bool mode64) argument
441 hregMIPS_HI(Bool mode64) argument
446 hregMIPS_LO(Bool mode64) argument
561 getAllocableRegs_MIPS(Int * nregs, HReg ** arr, Bool mode64) argument
949 ppMIPSAMode(MIPSAMode * am, Bool mode64) argument
1027 ppMIPSRH(MIPSRH * op, Bool mode64) argument
1360 MIPSInstr_Load(UChar sz, HReg dst, MIPSAMode * src, Bool mode64) argument
1374 MIPSInstr_Store(UChar sz, MIPSAMode * dst, HReg src, Bool mode64) argument
1388 MIPSInstr_LoadL(UChar sz, HReg dst, MIPSAMode * src, Bool mode64) argument
1402 MIPSInstr_StoreC(UChar sz, MIPSAMode * dst, HReg src, Bool mode64) argument
1580 ppLoadImm(HReg dst, ULong imm, Bool mode64) argument
1587 ppMIPSInstr(MIPSInstr * i, Bool mode64) argument
1706 ppLoadImm(hregMIPS_GPR25(mode64), i->Min.Call.target, mode64); local
1928 getRegUsage_MIPSInstr(HRegUsage * u, MIPSInstr * i, Bool mode64) argument
2142 mapRegs_MIPSInstr(HRegRemap * m, MIPSInstr * i, Bool mode64) argument
2316 genSpill_MIPS( HInstr ** i1, HInstr ** i2, HReg rreg, Int offsetB, Bool mode64) argument
2348 genReload_MIPS( HInstr ** i1, HInstr ** i2, HReg rreg, Int offsetB, Bool mode64) argument
2382 iregNo(HReg r, Bool mode64) argument
2392 fregNo(HReg r, Bool mode64) argument
2503 doAMode_IR(UChar * p, UInt opc1, UInt rSD, MIPSAMode * am, Bool mode64) argument
2543 doAMode_RR(UChar * p, UInt opc1, UInt rSD, MIPSAMode * am, Bool mode64) argument
2596 mkLoadImm(UChar * p, UInt r_dst, ULong imm, Bool mode64) argument
2641 mkLoadImm_EXACTLY2or6( UChar* p, UInt r_dst, ULong imm, Bool mode64) argument
2842 emit_MIPSInstr( Bool* is_profInc, UChar* buf, Int nbuf, MIPSInstr* i, Bool mode64, void* disp_cp_chain_me_to_slowEP, void* disp_cp_chain_me_to_fastEP, void* disp_cp_xindir, void* disp_cp_xassisted ) argument
[all...]
H A Dhost_mips_defs.h54 extern HReg hregMIPS_GPR0(Bool mode64); /* scratch reg / zero reg */
55 extern HReg hregMIPS_GPR1(Bool mode64);
56 extern HReg hregMIPS_GPR2(Bool mode64);
57 extern HReg hregMIPS_GPR3(Bool mode64);
58 extern HReg hregMIPS_GPR4(Bool mode64);
59 extern HReg hregMIPS_GPR5(Bool mode64);
60 extern HReg hregMIPS_GPR6(Bool mode64);
61 extern HReg hregMIPS_GPR7(Bool mode64);
62 extern HReg hregMIPS_GPR8(Bool mode64);
63 extern HReg hregMIPS_GPR9(Bool mode64);
[all...]
H A Dhost_mips_isel.c53 static Bool mode64 = False; variable
121 Bool mode64; member in struct:__anon31971
152 vassert(env->mode64);
164 ppMIPSInstr(instr, mode64);
171 HReg reg = mkHReg(env->vreg_ctr, HRcGPR(env->mode64),
194 HReg sp = StackPointer(mode64);
196 if (mode64)
206 HReg sp = StackPointer(mode64);
208 if (mode64)
296 am_addr = MIPSAMode_IR(0, StackPointer(mode64));
[all...]
H A Dhost_ppc_defs.c95 HReg hregPPC_GPR0 ( Bool mode64 ) { return MkHRegGPR( 0, mode64); }
96 HReg hregPPC_GPR1 ( Bool mode64 ) { return MkHRegGPR( 1, mode64); }
97 HReg hregPPC_GPR2 ( Bool mode64 ) { return MkHRegGPR( 2, mode64); }
98 HReg hregPPC_GPR3 ( Bool mode64 ) { return MkHRegGPR( 3, mode64); }
99 HReg hregPPC_GPR4 ( Bool mode64 ) { return MkHRegGPR( 4, mode64); }
1630 ppLoadImm(hregPPC_GPR10(mode64), i->Pin.Call.target, mode64); local
1911 i->Pin.AvLdSt.addr->Pam.IR.index, mode64); local
3721 emit_PPCInstr( Bool* is_profInc, UChar* buf, Int nbuf, PPCInstr* i, Bool mode64, void* disp_cp_chain_me_to_slowEP, void* disp_cp_chain_me_to_fastEP, void* disp_cp_xindir, void* disp_cp_xassisted ) argument
[all...]
H A Dhost_ppc_defs.h55 extern HReg hregPPC_GPR0 ( Bool mode64 ); // scratch reg / zero reg
56 extern HReg hregPPC_GPR1 ( Bool mode64 ); // Stack Frame Pointer
57 extern HReg hregPPC_GPR2 ( Bool mode64 ); // not used: TOC pointer
58 extern HReg hregPPC_GPR3 ( Bool mode64 );
59 extern HReg hregPPC_GPR4 ( Bool mode64 );
60 extern HReg hregPPC_GPR5 ( Bool mode64 );
61 extern HReg hregPPC_GPR6 ( Bool mode64 );
62 extern HReg hregPPC_GPR7 ( Bool mode64 );
63 extern HReg hregPPC_GPR8 ( Bool mode64 );
64 extern HReg hregPPC_GPR9 ( Bool mode64 );
[all...]
H A Dhost_ppc_isel.c61 GPR11 if mode64: not used - calls by ptr / env ptr for some langs
62 GPR12 if mode64: not used - exceptions / global linkage code
70 if (mode64)
85 if (mode64)
286 Bool mode64; member in struct:__anon32068
323 vassert(!env->mode64);
337 ppPPCInstr(instr, env->mode64);
344 HReg reg = mkHReg(env->vreg_ctr, HRcGPR(env->mode64),
492 HReg sp = StackFramePtr(env->mode64);
500 HReg sp = StackFramePtr(env->mode64);
696 Bool mode64 = env->mode64; local
1367 Bool mode64 = env->mode64; local
2419 Bool mode64 = env->mode64; local
3556 Bool mode64 = env->mode64; local
3596 Bool mode64 = env->mode64; local
3658 Bool mode64 = env->mode64; local
3829 Bool mode64 = env->mode64; local
4114 Bool mode64 = env->mode64; local
4165 Bool mode64 = env->mode64; local
4713 Bool mode64 = env->mode64; local
5262 Bool mode64 = env->mode64; local
5904 Bool mode64 = False; local
[all...]
H A Dhost_s390_defs.c48 code. But that info is not passed to emit_S390Instr. Only mode64 is
409 ppS390Instr(s390_insn *insn, Bool mode64) argument
426 getAllocableRegs_S390(Int *nregs, HReg **arr, Bool mode64) argument
435 getRegUsage_S390Instr(HRegUsage *u, s390_insn *insn, Bool mode64) argument
443 mapRegs_S390Instr(HRegRemap *m, s390_insn *insn, Bool mode64) argument
463 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64) argument
489 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64) argument
9899 Bool mode64, void *disp_cp_chain_me_to_slowEP,
9898 emit_S390Instr(Bool *is_profinc, UChar *buf, Int nbuf, s390_insn *insn, Bool mode64, void *disp_cp_chain_me_to_slowEP, void *disp_cp_chain_me_to_fastEP, void *disp_cp_xindir, void *disp_cp_xassisted) argument
H A Dhost_s390_defs.h730 void ppS390Instr(s390_insn *, Bool mode64);
H A Dhost_x86_defs.c927 void ppX86Instr ( X86Instr* i, Bool mode64 ) {
928 vassert(mode64 == False);
1223 void getRegUsage_X86Instr (HRegUsage* u, X86Instr* i, Bool mode64) argument
1226 vassert(mode64 == False);
1499 void mapRegs_X86Instr ( HRegRemap* m, X86Instr* i, Bool mode64 )
1501 vassert(mode64 == False);
1662 ppX86Instr(i, mode64);
1707 HReg rreg, Int offsetB, Bool mode64 )
1712 vassert(mode64 == False);
1732 HReg rreg, Int offsetB, Bool mode64 )
2103 emit_X86Instr( Bool* is_profInc, UChar* buf, Int nbuf, X86Instr* i, Bool mode64, void* disp_cp_chain_me_to_slowEP, void* disp_cp_chain_me_to_fastEP, void* disp_cp_xindir, void* disp_cp_xassisted ) argument
[all...]
H A Dhost_x86_defs.h719 Bool mode64,
H A Dmain_main.c245 Bool mode64, chainingAllowed; local
272 mode64 = False;
299 mode64 = False;
323 mode64 = True;
346 mode64 = False;
348 &available_real_regs, mode64 );
366 mode64 = True;
368 &available_real_regs, mode64 );
386 mode64 = True;
388 &available_real_regs, mode64 );
[all...]

Completed in 410 milliseconds