Searched refs:mode64 (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.h51 extern HReg hregPPC_GPR0 ( Bool mode64 ); // scratch reg / zero reg
52 extern HReg hregPPC_GPR1 ( Bool mode64 ); // Stack Frame Pointer
53 extern HReg hregPPC_GPR2 ( Bool mode64 ); // not used: TOC pointer
54 extern HReg hregPPC_GPR3 ( Bool mode64 );
55 extern HReg hregPPC_GPR4 ( Bool mode64 );
56 extern HReg hregPPC_GPR5 ( Bool mode64 );
57 extern HReg hregPPC_GPR6 ( Bool mode64 );
58 extern HReg hregPPC_GPR7 ( Bool mode64 );
59 extern HReg hregPPC_GPR8 ( Bool mode64 );
60 extern HReg hregPPC_GPR9 ( Bool 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); }
1324 ppLoadImm(hregPPC_GPR10(mode64), i->Pin.Call.target, mode64); local
1351 mode64); local
1575 i->Pin.AvLdSt.addr->Pam.RR.index, mode64); local
2670 emit_PPCInstr( UChar* buf, Int nbuf, PPCInstr* i, Bool mode64, void* dispatch_unassisted, void* dispatch_assisted ) argument
[all...]
H A Dhost_ppc_isel.c60 GPR11 if mode64: not used - calls by ptr / env ptr for some langs
61 GPR12 if mode64: not used - exceptions / global linkage code
69 if (mode64)
84 if (mode64)
270 Bool mode64; member in struct:__anon11894
289 vassert(!env->mode64);
301 ppPPCInstr(instr, env->mode64);
308 HReg reg = mkHReg(env->vreg_ctr, HRcGPR(env->mode64),
437 HReg sp = StackFramePtr(env->mode64);
445 HReg sp = StackFramePtr(env->mode64);
637 Bool mode64 = env->mode64; local
1158 Bool mode64 = env->mode64; local
2031 Bool mode64 = env->mode64; local
2986 Bool mode64 = env->mode64; local
3157 Bool mode64 = env->mode64; local
3455 Bool mode64 = env->mode64; local
3870 Bool mode64 = env->mode64; local
4251 Bool mode64 = False; local
[all...]
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))
343 Bool mode64
417 (*ppInstr)(_tmp, mode64); \
534 (*getRegUsage)( &reg_usage, instrs_in->arr[ii], mode64 );
538 (*ppInstr)(instrs_in->arr[ii], mode64);
555 (*ppInstr)(instrs_in->arr[ii], mode64);
644 (*ppInstr)(instrs_in->arr[ii], mode64);
[all...]
H A Dmain_main.c204 Bool mode64; local
226 mode64 = False;
242 mode64 = False;
268 mode64 = True;
293 mode64 = False;
295 &available_real_regs, mode64 );
315 mode64 = True;
317 &available_real_regs, mode64 );
337 mode64 = True;
339 &available_real_regs, mode64 );
[all...]
H A Dhost_generic_regs.h273 Bool mode64
H A Dguest_ppc_toIR.c166 static Bool mode64 = False; variable
212 (mode64 ? offsetof(VexGuestPPC64State, _x) : \
1045 IRType ty = mode64 ? Ity_I64 : Ity_I32;
1053 IRType ty = mode64 ? Ity_I64 : Ity_I32;
1387 IRType ty = mode64 ? Ity_I64 : Ity_I32;
1396 IRType ty = mode64 ? Ity_I64 : Ity_I32;
1405 IRType ty = mode64 ? Ity_I64 : Ity_I32;
1425 IRType ty = mode64 ? Ity_I64 : Ity_I32;
1438 IRType ty = mode64 ? Ity_I64 : Ity_I32;
1461 if (mode64) {
[all...]
H A Dhost_x86_defs.c890 void ppX86Instr ( X86Instr* i, Bool mode64 ) {
891 vassert(mode64 == False);
1163 void getRegUsage_X86Instr (HRegUsage* u, X86Instr* i, Bool mode64) argument
1166 vassert(mode64 == False);
1425 void mapRegs_X86Instr ( HRegRemap* m, X86Instr* i, Bool mode64 )
1427 vassert(mode64 == False);
1570 ppX86Instr(i, mode64);
1615 HReg rreg, Int offsetB, Bool mode64 )
1620 vassert(mode64 == False);
1640 HReg rreg, Int offsetB, Bool mode64 )
1991 emit_X86Instr( UChar* buf, Int nbuf, X86Instr* i, Bool mode64, void* dispatch_unassisted, void* dispatch_assisted ) argument
[all...]
H A Dhost_amd64_defs.c1066 void ppAMD64Instr ( AMD64Instr* i, Bool mode64 )
1068 vassert(mode64 == True);
1414 void getRegUsage_AMD64Instr ( HRegUsage* u, AMD64Instr* i, Bool mode64 )
1417 vassert(mode64 == True);
1720 ppAMD64Instr(i, mode64);
1731 void mapRegs_AMD64Instr ( HRegRemap* m, AMD64Instr* i, Bool mode64 )
1733 vassert(mode64 == True);
1912 ppAMD64Instr(i, mode64);
1950 HReg rreg, Int offsetB, Bool mode64 )
1955 vassert(mode64
2346 emit_AMD64Instr( UChar* buf, Int nbuf, AMD64Instr* i, Bool mode64, void* dispatch_unassisted, void* dispatch_assisted ) argument
[all...]
H A Dhost_s390_defs.h460 void ppS390Instr(s390_insn *, Bool mode64);
H A Dhost_arm_defs.c1892 void getRegUsage_ARMInstr ( HRegUsage* u, ARMInstr* i, Bool mode64 )
1894 vassert(mode64 == False);
2170 void mapRegs_ARMInstr ( HRegRemap* m, ARMInstr* i, Bool mode64 )
2172 vassert(mode64 == False);
2388 HReg rreg, Int offsetB, Bool mode64 )
2393 vassert(mode64 == False);
2443 HReg rreg, Int offsetB, Bool mode64 )
2448 vassert(mode64 == False);
2709 Bool mode64,
2714 vassert(mode64
2708 emit_ARMInstr( UChar* buf, Int nbuf, ARMInstr* i, Bool mode64, void* dispatch_unassisted, void* dispatch_assisted ) argument
[all...]
H A Dhost_s390_defs.c47 code. But that info is not passed to emit_S390Instr. Only mode64 is
398 ppS390Instr(s390_insn *insn, Bool mode64) argument
415 getAllocableRegs_S390(Int *nregs, HReg **arr, Bool mode64) argument
424 getRegUsage_S390Instr(HRegUsage *u, s390_insn *insn, Bool mode64) argument
432 mapRegs_S390Instr(HRegRemap *m, s390_insn *insn, Bool mode64) argument
452 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64) argument
479 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64) argument
7029 emit_S390Instr(UChar *buf, Int nbuf, s390_insn *insn, Bool mode64, argument

Completed in 134 milliseconds