/external/valgrind/VEX/priv/ |
host_mips_defs.h | 55 ST_IN HReg hregMIPS_GPR16 ( Bool mode64 ) { return GPR(mode64, 16, 0, 0); } 56 ST_IN HReg hregMIPS_GPR17 ( Bool mode64 ) { return GPR(mode64, 17, 1, 1); } 57 ST_IN HReg hregMIPS_GPR18 ( Bool mode64 ) { return GPR(mode64, 18, 2, 2); } 58 ST_IN HReg hregMIPS_GPR19 ( Bool mode64 ) { return GPR(mode64, 19, 3, 3); } 59 ST_IN HReg hregMIPS_GPR20 ( Bool mode64 ) { return GPR(mode64, 20, 4, 4); [all...] |
host_ppc_defs.h | 60 ST_IN HReg hregPPC_GPR3 ( Bool mode64 ) { return GPR(mode64, 3, 0, 0); } 61 ST_IN HReg hregPPC_GPR4 ( Bool mode64 ) { return GPR(mode64, 4, 1, 1); } 62 ST_IN HReg hregPPC_GPR5 ( Bool mode64 ) { return GPR(mode64, 5, 2, 2); } 63 ST_IN HReg hregPPC_GPR6 ( Bool mode64 ) { return GPR(mode64, 6, 3, 3); } 64 ST_IN HReg hregPPC_GPR7 ( Bool mode64 ) { return GPR(mode64, 7, 4, 4); [all...] |
host_mips_defs.c | 48 const RRegUniverse* getRRegUniverse_MIPS ( Bool mode64 ) 60 UInt howNeeded = mode64 ? 2 : 1; 69 ru->regs[ru->size++] = hregMIPS_GPR16(mode64); 70 ru->regs[ru->size++] = hregMIPS_GPR17(mode64); 71 ru->regs[ru->size++] = hregMIPS_GPR18(mode64); 72 ru->regs[ru->size++] = hregMIPS_GPR19(mode64); 73 ru->regs[ru->size++] = hregMIPS_GPR20(mode64); 74 ru->regs[ru->size++] = hregMIPS_GPR21(mode64); 75 ru->regs[ru->size++] = hregMIPS_GPR22(mode64); 77 ru->regs[ru->size++] = hregMIPS_GPR12(mode64); 1301 ppLoadImm(hregMIPS_GPR25(mode64), i->Min.Call.target, mode64); local [all...] |
host_ppc_isel.c | 61 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:__anon25042 323 vassert(!env->mode64); 337 ppPPCInstr(instr, env->mode64); 345 = mkHReg(True/*vreg*/, HRcGPR(env->mode64), 0/*enc*/, env->vreg_ctr); 525 HReg sp = StackFramePtr(env->mode64); 533 HReg sp = StackFramePtr(env->mode64); 730 Bool mode64 = env->mode64; local 1400 Bool mode64 = env->mode64; local 2502 Bool mode64 = env->mode64; local 3659 Bool mode64 = env->mode64; local 3707 Bool mode64 = env->mode64; local 3777 Bool mode64 = env->mode64; local 3949 Bool mode64 = env->mode64; local 4240 Bool mode64 = env->mode64; local 4292 Bool mode64 = env->mode64; local 4855 Bool mode64 = env->mode64; local 5463 Bool mode64 = env->mode64; local 6135 Bool mode64 = False; local [all...] |
host_mips_isel.c | 53 static Bool mode64 = False; variable 121 Bool mode64; member in struct:__anon24944 152 vassert(env->mode64); 164 ppMIPSInstr(instr, mode64); 172 HRcGPR(env->mode64), 0/*enc*/, env->vreg_ctr); 188 HRcFPR(env->mode64), 0/*enc*/, env->vreg_ctr); 195 HReg sp = StackPointer(mode64); 197 if (mode64) 207 HReg sp = StackPointer(mode64); 209 if (mode64) [all...] |
host_ppc_defs.c | 47 const RRegUniverse* getRRegUniverse_PPC ( Bool mode64 ) 59 UInt howNeeded = mode64 ? 2 : 1; 71 ru->regs[ru->size++] = hregPPC_GPR3(mode64); 72 ru->regs[ru->size++] = hregPPC_GPR4(mode64); 73 ru->regs[ru->size++] = hregPPC_GPR5(mode64); 74 ru->regs[ru->size++] = hregPPC_GPR6(mode64); 75 ru->regs[ru->size++] = hregPPC_GPR7(mode64); 76 ru->regs[ru->size++] = hregPPC_GPR8(mode64); 77 ru->regs[ru->size++] = hregPPC_GPR9(mode64); 78 ru->regs[ru->size++] = hregPPC_GPR10(mode64); 1558 ppLoadImm(hregPPC_GPR10(mode64), i->Pin.Call.target, mode64); local 1845 i->Pin.AvLdSt.addr->Pam.IR.index, mode64); local 1951 i->Pin.AvSh.addr->Pam.IR.index, mode64); local [all...] |
guest_mips_toIR.c | 73 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) \ 1026 vassert(!mode64); 1035 vassert(!mode64); [all...] |
host_generic_reg_alloc2.c | 392 Bool mode64 466 (*ppInstr)(_tmp, mode64); \ 590 (*getRegUsage)( ®_usage_arr[ii], instrs_in->arr[ii], mode64 ); 594 (*ppInstr)(instrs_in->arr[ii], mode64); 610 (*ppInstr)(instrs_in->arr[ii], mode64); 718 (*ppInstr)(instrs_in->arr[ii], mode64); 731 (*ppInstr)(instrs_in->arr[ii], mode64); [all...] |
main_main.c | 310 code. But that info is not passed to emit_S390Instr. Only mode64 is 358 Bool mode64, chainingAllowed; local 383 mode64 = False; 410 mode64 = False; 428 mode64 = True; 445 mode64 = False; 446 rRegUniv = PPC32FN(getRRegUniverse_PPC(mode64)); 462 mode64 = True; 463 rRegUniv = PPC64FN(getRRegUniverse_PPC(mode64)); 480 mode64 = True [all...] |
guest_ppc_toIR.c | 221 static Bool mode64 = False; variable 266 (mode64 ? offsetof(VexGuestPPC64State, _x) : \ [all...] |
host_tilegx_defs.h | 545 Bool mode64 ); 550 Bool mode64 ); 554 Bool mode64 );
|
host_generic_regs.h | 478 Bool mode64
|
host_tilegx_defs.c | [all...] |
host_amd64_defs.c | [all...] |
host_x86_defs.c | 926 void ppX86Instr ( const X86Instr* i, Bool mode64 ) { 927 vassert(mode64 == False); [all...] |
host_amd64_defs.h | 793 Bool mode64,
|
host_s390_defs.h | 738 void ppS390Instr(const s390_insn *, Bool mode64);
|
host_x86_defs.h | 722 Bool mode64,
|
host_arm64_defs.c | [all...] |
host_arm_defs.c | [all...] |
host_tilegx_isel.c | 108 Bool mode64; member in struct:__anon25152 [all...] |
host_arm64_defs.h | [all...] |
host_arm_defs.h | 1032 Bool mode64, [all...] |
host_s390_defs.c | 364 ppS390Instr(const s390_insn *insn, Bool mode64) 442 getRegUsage_S390Instr(HRegUsage *u, const s390_insn *insn, Bool mode64) 450 mapRegs_S390Instr(HRegRemap *m, s390_insn *insn, Bool mode64) 470 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64) 496 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64) [all...] |
/external/valgrind/none/tests/ |
libvex_test.c | 139 static Bool mode64 (VexArch va) { function 164 mode64(vta->arch_guest) ? 64 : 32, 168 mode64(vta->arch_host) ? 64 : 32); 281 if (mode64(va) != mode64(guest_arch)
|