Home
last modified time | relevance | path

Searched defs:mode64 (Results 1 – 18 of 18) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_mips_defs.h55 ST_IN HReg hregMIPS_GPR16 ( Bool mode64 ) { return GPR(mode64, 16, 0, 0); } in hregMIPS_GPR16()
56 ST_IN HReg hregMIPS_GPR17 ( Bool mode64 ) { return GPR(mode64, 17, 1, 1); } in hregMIPS_GPR17()
57 ST_IN HReg hregMIPS_GPR18 ( Bool mode64 ) { return GPR(mode64, 18, 2, 2); } in hregMIPS_GPR18()
58 ST_IN HReg hregMIPS_GPR19 ( Bool mode64 ) { return GPR(mode64, 19, 3, 3); } in hregMIPS_GPR19()
59 ST_IN HReg hregMIPS_GPR20 ( Bool mode64 ) { return GPR(mode64, 20, 4, 4); } in hregMIPS_GPR20()
60 ST_IN HReg hregMIPS_GPR21 ( Bool mode64 ) { return GPR(mode64, 21, 5, 5); } in hregMIPS_GPR21()
61 ST_IN HReg hregMIPS_GPR22 ( Bool mode64 ) { return GPR(mode64, 22, 6, 6); } in hregMIPS_GPR22()
63 ST_IN HReg hregMIPS_GPR12 ( Bool mode64 ) { return GPR(mode64, 12, 7, 7); } in hregMIPS_GPR12()
64 ST_IN HReg hregMIPS_GPR13 ( Bool mode64 ) { return GPR(mode64, 13, 8, 8); } in hregMIPS_GPR13()
65 ST_IN HReg hregMIPS_GPR14 ( Bool mode64 ) { return GPR(mode64, 14, 9, 9); } in hregMIPS_GPR14()
[all …]
Dhost_mips_defs.c48 const RRegUniverse* getRRegUniverse_MIPS ( Bool mode64 ) in getRRegUniverse_MIPS()
132 void ppHRegMIPS(HReg reg, Bool mode64) in ppHRegMIPS()
527 void ppMIPSAMode(MIPSAMode * am, Bool mode64) in ppMIPSAMode()
605 void ppMIPSRH(MIPSRH * op, Bool mode64) in ppMIPSRH()
938 MIPSInstr *MIPSInstr_Load(UChar sz, HReg dst, MIPSAMode * src, Bool mode64) in MIPSInstr_Load()
952 MIPSInstr *MIPSInstr_Store(UChar sz, MIPSAMode * dst, HReg src, Bool mode64) in MIPSInstr_Store()
966 MIPSInstr *MIPSInstr_LoadL(UChar sz, HReg dst, MIPSAMode * src, Bool mode64) in MIPSInstr_LoadL()
981 HReg expd, HReg data, Bool mode64) in MIPSInstr_Cas()
997 MIPSInstr *MIPSInstr_StoreC(UChar sz, MIPSAMode * dst, HReg src, Bool mode64) in MIPSInstr_StoreC()
1175 static void ppLoadImm(HReg dst, ULong imm, Bool mode64) in ppLoadImm()
[all …]
Dhost_ppc_defs.h60 ST_IN HReg hregPPC_GPR3 ( Bool mode64 ) { return GPR(mode64, 3, 0, 0); } in hregPPC_GPR3()
61 ST_IN HReg hregPPC_GPR4 ( Bool mode64 ) { return GPR(mode64, 4, 1, 1); } in hregPPC_GPR4()
62 ST_IN HReg hregPPC_GPR5 ( Bool mode64 ) { return GPR(mode64, 5, 2, 2); } in hregPPC_GPR5()
63 ST_IN HReg hregPPC_GPR6 ( Bool mode64 ) { return GPR(mode64, 6, 3, 3); } in hregPPC_GPR6()
64 ST_IN HReg hregPPC_GPR7 ( Bool mode64 ) { return GPR(mode64, 7, 4, 4); } in hregPPC_GPR7()
65 ST_IN HReg hregPPC_GPR8 ( Bool mode64 ) { return GPR(mode64, 8, 5, 5); } in hregPPC_GPR8()
66 ST_IN HReg hregPPC_GPR9 ( Bool mode64 ) { return GPR(mode64, 9, 6, 6); } in hregPPC_GPR9()
67 ST_IN HReg hregPPC_GPR10 ( Bool mode64 ) { return GPR(mode64, 10, 7, 7); } in hregPPC_GPR10()
71 ST_IN HReg hregPPC_GPR11 ( Bool mode64 ) { return GPR(mode64, 11, 0, 8); } in hregPPC_GPR11()
72 ST_IN HReg hregPPC_GPR12 ( Bool mode64 ) { return GPR(mode64, 12, 0, 9); } in hregPPC_GPR12()
[all …]
Dhost_ppc_defs.c47 const RRegUniverse* getRRegUniverse_PPC ( Bool mode64 ) in getRRegUniverse_PPC()
703 PPCInstr* PPCInstr_LI ( HReg dst, ULong imm64, Bool mode64 ) in PPCInstr_LI()
846 HReg dst, PPCAMode* src, Bool mode64 ) { in PPCInstr_Load()
857 HReg dst, HReg src, Bool mode64 ) in PPCInstr_LoadL()
869 Bool mode64 ) { in PPCInstr_Store()
879 PPCInstr* PPCInstr_StoreC ( UChar sz, HReg dst, HReg src, Bool mode64 ) { in PPCInstr_StoreC()
1432 static void ppLoadImm ( HReg dst, ULong imm, Bool mode64 ) { in ppLoadImm()
1451 void ppPPCInstr ( const PPCInstr* i, Bool mode64 ) in ppPPCInstr()
2226 void getRegUsage_PPCInstr ( HRegUsage* u, const PPCInstr* i, Bool mode64 ) in getRegUsage_PPCInstr()
2633 void mapRegs_PPCInstr ( HRegRemap* m, PPCInstr* i, Bool mode64 ) in mapRegs_PPCInstr()
[all …]
Dhost_x86_defs.c926 void ppX86Instr ( const X86Instr* i, Bool mode64 ) { in ppX86Instr()
1222 void getRegUsage_X86Instr (HRegUsage* u, const X86Instr* i, Bool mode64) in getRegUsage_X86Instr()
1498 void mapRegs_X86Instr ( HRegRemap* m, X86Instr* i, Bool mode64 ) in mapRegs_X86Instr()
1706 HReg rreg, Int offsetB, Bool mode64 ) in genSpill_X86()
1731 HReg rreg, Int offsetB, Bool mode64 ) in genReload_X86()
2126 Bool mode64, VexEndness endness_host, in emit_X86Instr()
Dhost_ppc_isel.c286 Bool mode64; member
730 Bool mode64 = env->mode64; in doHelperCall() local
1400 Bool mode64 = env->mode64; in iselWordExpr_R_wrk() local
2502 Bool mode64 = env->mode64; in sane_AMode() local
3659 Bool mode64 = env->mode64; in iselInt64Expr_wrk() local
3707 Bool mode64 = env->mode64; in iselInt64Expr_wrk() local
3777 Bool mode64 = env->mode64; in iselFltExpr_wrk() local
3949 Bool mode64 = env->mode64; in iselDblExpr_wrk() local
4240 Bool mode64 = env->mode64; in iselDfp32Expr_wrk() local
4292 Bool mode64 = env->mode64; in iselDfp64Expr_wrk() local
[all …]
Dhost_amd64_defs.c1038 void ppAMD64Instr ( const AMD64Instr* i, Bool mode64 ) in ppAMD64Instr()
1394 void getRegUsage_AMD64Instr ( HRegUsage* u, const AMD64Instr* i, Bool mode64 ) in getRegUsage_AMD64Instr()
1720 void mapRegs_AMD64Instr ( HRegRemap* m, AMD64Instr* i, Bool mode64 ) in mapRegs_AMD64Instr()
1955 HReg rreg, Int offsetB, Bool mode64 ) in genSpill_AMD64()
1977 HReg rreg, Int offsetB, Bool mode64 ) in genReload_AMD64()
2412 Bool mode64, VexEndness endness_host, in emit_AMD64Instr()
Dhost_tilegx_defs.c1507 Bool mode64, in emit_TILEGXInstr()
2508 Bool mode64 ) in chainXDirect_TILEGX()
2567 Bool mode64 ) in unchainXDirect_TILEGX()
2612 Bool mode64 ) in patchProfInc_TILEGX()
Dhost_arm64_defs.c1904 void getRegUsage_ARM64Instr ( HRegUsage* u, const ARM64Instr* i, Bool mode64 ) in getRegUsage_ARM64Instr()
2231 void mapRegs_ARM64Instr ( HRegRemap* m, ARM64Instr* i, Bool mode64 ) in mapRegs_ARM64Instr()
2505 HReg rreg, Int offsetB, Bool mode64 ) in genSpill_ARM64()
2546 HReg rreg, Int offsetB, Bool mode64 ) in genReload_ARM64()
3252 Bool mode64, VexEndness endness_host, in emit_ARM64Instr()
Dhost_arm_defs.c2007 void getRegUsage_ARMInstr ( HRegUsage* u, const ARMInstr* i, Bool mode64 ) in getRegUsage_ARMInstr()
2313 void mapRegs_ARMInstr ( HRegRemap* m, ARMInstr* i, Bool mode64 ) in mapRegs_ARMInstr()
2557 HReg rreg, Int offsetB, Bool mode64 ) in genSpill_ARM()
2612 HReg rreg, Int offsetB, Bool mode64 ) in genReload_ARM()
2958 Bool mode64, VexEndness endness_host, in emit_ARMInstr()
Dhost_generic_reg_alloc2.c355 HInstrArray* doRegisterAllocation ( in doRegisterAllocation()
Dmain_main.c358 Bool mode64, chainingAllowed; in LibVEX_Translate() local
Dhost_tilegx_isel.c108 Bool mode64; member
Dhost_mips_isel.c53 static Bool mode64 = False; variable
121 Bool mode64; member
Dhost_s390_defs.c364 ppS390Instr(const s390_insn *insn, Bool mode64) in ppS390Instr()
442 getRegUsage_S390Instr(HRegUsage *u, const s390_insn *insn, Bool mode64) in getRegUsage_S390Instr()
450 mapRegs_S390Instr(HRegRemap *m, s390_insn *insn, Bool mode64) in mapRegs_S390Instr()
470 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64) in genSpill_S390()
496 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64) in genReload_S390()
9833 Bool mode64, VexEndness endness_host, in emit_S390Instr()
Dguest_mips_toIR.c73 static Bool mode64 = False; variable
Dguest_ppc_toIR.c221 static Bool mode64 = False; variable
/external/valgrind/none/tests/
Dlibvex_test.c139 static Bool mode64 (VexArch va) { in mode64() function