Searched refs:endness_host (Results 1 - 19 of 19) sorted by relevance

/external/valgrind/VEX/priv/
H A Dhost_ppc_defs.c3087 static UChar* emit32 ( UChar* p, UInt w32, VexEndness endness_host )
3089 if (endness_host == VexEndnessBE) {
3104 static UInt fetch32 ( UChar* p, VexEndness endness_host )
3107 if (endness_host == VexEndnessBE) {
3126 UInt r1, UInt r2, UInt imm, VexEndness endness_host )
3134 return emit32(p, theInstr, endness_host);
3139 VexEndness endness_host )
3152 return emit32(p, theInstr, endness_host);
3156 UInt r3, UInt opc2, UInt b0, VexEndness endness_host )
3167 return emit32(p, theInstr, endness_host);
3320 mkFormZ22( UChar* p, UInt opc1, UInt r1, UInt r2, UInt constant, UInt opc2, UInt b0, VexEndness endness_host) argument
3336 mkFormZ23( UChar* p, UInt opc1, UInt r1, UInt r2, UInt r3, UInt rmc, UInt opc2, UInt b0, VexEndness endness_host) argument
3732 emit_PPCInstr( Bool* is_profInc, UChar* buf, Int nbuf, const PPCInstr* i, Bool mode64, VexEndness endness_host, const void* disp_cp_chain_me_to_slowEP, const void* disp_cp_chain_me_to_fastEP, const void* disp_cp_xindir, const void* disp_cp_xassisted) argument
5861 chainXDirect_PPC( VexEndness endness_host, void* place_to_chain, const void* disp_cp_chain_me_EXPECTED, const void* place_to_jump_to, Bool mode64 ) argument
5915 unchainXDirect_PPC( VexEndness endness_host, void* place_to_unchain, const void* place_to_jump_to_EXPECTED, const void* disp_cp_chain_me, Bool mode64 ) argument
5969 patchProfInc_PPC( VexEndness endness_host, void* place_to_patch, const ULong* location_of_counter, Bool mode64 ) argument
[all...]
H A Dmain_main.c1136 VexEndness endness_host,
1143 X86ST(return chainXDirect_X86(endness_host,
1148 AMD64ST(return chainXDirect_AMD64(endness_host,
1153 ARMST(return chainXDirect_ARM(endness_host,
1158 ARM64ST(return chainXDirect_ARM64(endness_host,
1163 S390ST(return chainXDirect_S390(endness_host,
1168 PPC32ST(return chainXDirect_PPC(endness_host,
1173 PPC64ST(return chainXDirect_PPC(endness_host,
1178 MIPS32ST(return chainXDirect_MIPS(endness_host,
1183 MIPS64ST(return chainXDirect_MIPS(endness_host,
1135 LibVEX_Chain( VexArch arch_host, VexEndness endness_host, void* place_to_chain, const void* disp_cp_chain_me_EXPECTED, const void* place_to_jump_to ) argument
1198 LibVEX_UnChain( VexArch arch_host, VexEndness endness_host, void* place_to_unchain, const void* place_to_jump_to_EXPECTED, const void* disp_cp_chain_me ) argument
1294 LibVEX_PatchProfInc( VexArch arch_host, VexEndness endness_host, void* place_to_patch, const ULong* location_of_counter ) argument
[all...]
H A Dhost_amd64_defs.h794 VexEndness endness_host,
825 extern VexInvalRange chainXDirect_AMD64 ( VexEndness endness_host,
830 extern VexInvalRange unchainXDirect_AMD64 ( VexEndness endness_host,
836 extern VexInvalRange patchProfInc_AMD64 ( VexEndness endness_host,
H A Dhost_x86_defs.h723 VexEndness endness_host,
756 extern VexInvalRange chainXDirect_X86 ( VexEndness endness_host,
761 extern VexInvalRange unchainXDirect_X86 ( VexEndness endness_host,
767 extern VexInvalRange patchProfInc_X86 ( VexEndness endness_host,
H A Dhost_s390_defs.h759 VexInvalRange chainXDirect_S390(VexEndness endness_host,
764 VexInvalRange unchainXDirect_S390(VexEndness endness_host,
770 VexInvalRange patchProfInc_S390(VexEndness endness_host,
H A Dhost_tilegx_defs.h541 extern VexInvalRange chainXDirect_TILEGX ( VexEndness endness_host,
546 extern VexInvalRange unchainXDirect_TILEGX ( VexEndness endness_host,
551 extern VexInvalRange patchProfInc_TILEGX ( VexEndness endness_host,
H A Dhost_arm64_defs.h967 VexEndness endness_host,
996 extern VexInvalRange chainXDirect_ARM64 ( VexEndness endness_host,
1001 extern VexInvalRange unchainXDirect_ARM64 ( VexEndness endness_host,
1007 extern VexInvalRange patchProfInc_ARM64 ( VexEndness endness_host,
H A Dhost_arm_defs.h1033 VexEndness endness_host,
1062 extern VexInvalRange chainXDirect_ARM ( VexEndness endness_host,
1067 extern VexInvalRange unchainXDirect_ARM ( VexEndness endness_host,
1073 extern VexInvalRange patchProfInc_ARM ( VexEndness endness_host,
H A Dhost_mips_defs.h690 VexEndness endness_host,
721 extern VexInvalRange chainXDirect_MIPS ( VexEndness endness_host,
727 extern VexInvalRange unchainXDirect_MIPS ( VexEndness endness_host,
734 extern VexInvalRange patchProfInc_MIPS ( VexEndness endness_host,
H A Dhost_ppc_defs.h1117 VexEndness endness_host,
1146 extern VexInvalRange chainXDirect_PPC ( VexEndness endness_host,
1152 extern VexInvalRange unchainXDirect_PPC ( VexEndness endness_host,
1159 extern VexInvalRange patchProfInc_PPC ( VexEndness endness_host,
H A Dhost_tilegx_defs.c1508 VexEndness endness_host,
2504 VexInvalRange chainXDirect_TILEGX ( VexEndness endness_host, argument
2511 vassert(endness_host == VexEndnessLE);
2563 VexInvalRange unchainXDirect_TILEGX ( VexEndness endness_host, argument
2570 vassert(endness_host == VexEndnessLE);
2609 VexInvalRange patchProfInc_TILEGX ( VexEndness endness_host, argument
2615 vassert(endness_host == VexEndnessLE);
1503 emit_TILEGXInstr( Bool* is_profInc, UChar* buf, Int nbuf, TILEGXInstr* i, Bool mode64, VexEndness endness_host, 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_mips_defs.c2511 VexEndness endness_host,
3911 VexInvalRange chainXDirect_MIPS ( VexEndness endness_host, argument
3917 vassert(endness_host == VexEndnessLE || endness_host == VexEndnessBE);
3959 VexInvalRange unchainXDirect_MIPS ( VexEndness endness_host, argument
3965 vassert(endness_host == VexEndnessLE || endness_host == VexEndnessBE);
4005 VexInvalRange patchProfInc_MIPS ( VexEndness endness_host, argument
4010 vassert(endness_host == VexEndnessLE || endness_host
2508 emit_MIPSInstr( Bool* is_profInc, UChar* buf, Int nbuf, const MIPSInstr* i, Bool mode64, VexEndness endness_host, const void* disp_cp_chain_me_to_slowEP, const void* disp_cp_chain_me_to_fastEP, const void* disp_cp_xindir, const void* disp_cp_xassisted ) argument
[all...]
H A Dhost_amd64_defs.c2412 Bool mode64, VexEndness endness_host,
3875 VexInvalRange chainXDirect_AMD64 ( VexEndness endness_host, argument
3880 vassert(endness_host == VexEndnessLE);
3961 VexInvalRange unchainXDirect_AMD64 ( VexEndness endness_host, argument
3966 vassert(endness_host == VexEndnessLE);
4029 VexInvalRange patchProfInc_AMD64 ( VexEndness endness_host, argument
4033 vassert(endness_host == VexEndnessLE);
2410 emit_AMD64Instr( Bool* is_profInc, UChar* buf, Int nbuf, const AMD64Instr* i, Bool mode64, VexEndness endness_host, const void* disp_cp_chain_me_to_slowEP, const void* disp_cp_chain_me_to_fastEP, const void* disp_cp_xindir, const void* disp_cp_xassisted ) argument
H A Dhost_x86_defs.c2126 Bool mode64, VexEndness endness_host,
3349 VexInvalRange chainXDirect_X86 ( VexEndness endness_host, argument
3354 vassert(endness_host == VexEndnessLE);
3395 VexInvalRange unchainXDirect_X86 ( VexEndness endness_host, argument
3400 vassert(endness_host == VexEndnessLE);
3441 VexInvalRange patchProfInc_X86 ( VexEndness endness_host, argument
3445 vassert(endness_host == VexEndnessLE);
2124 emit_X86Instr( Bool* is_profInc, UChar* buf, Int nbuf, const X86Instr* i, Bool mode64, VexEndness endness_host, const void* disp_cp_chain_me_to_slowEP, const void* disp_cp_chain_me_to_fastEP, const void* disp_cp_xindir, const void* disp_cp_xassisted ) argument
H A Dhost_arm64_defs.c3252 Bool mode64, VexEndness endness_host,
5413 VexInvalRange chainXDirect_ARM64 ( VexEndness endness_host, argument
5418 vassert(endness_host == VexEndnessLE);
5458 VexInvalRange unchainXDirect_ARM64 ( VexEndness endness_host, argument
5463 vassert(endness_host == VexEndnessLE);
5501 VexInvalRange patchProfInc_ARM64 ( VexEndness endness_host, argument
5506 vassert(endness_host == VexEndnessLE);
3250 emit_ARM64Instr( Bool* is_profInc, UChar* buf, Int nbuf, const ARM64Instr* i, Bool mode64, VexEndness endness_host, const void* disp_cp_chain_me_to_slowEP, const void* disp_cp_chain_me_to_fastEP, const void* disp_cp_xindir, const void* disp_cp_xassisted ) argument
H A Dhost_arm_defs.c2958 Bool mode64, VexEndness endness_host,
4688 VexInvalRange chainXDirect_ARM ( VexEndness endness_host, argument
4693 vassert(endness_host == VexEndnessLE);
4771 VexInvalRange unchainXDirect_ARM ( VexEndness endness_host, argument
4776 vassert(endness_host == VexEndnessLE);
4835 VexInvalRange patchProfInc_ARM ( VexEndness endness_host, argument
4839 vassert(endness_host == VexEndnessLE);
2956 emit_ARMInstr( Bool* is_profInc, UChar* buf, Int nbuf, const ARMInstr* i, Bool mode64, VexEndness endness_host, const void* disp_cp_chain_me_to_slowEP, const void* disp_cp_chain_me_to_fastEP, const void* disp_cp_xindir, const void* disp_cp_xassisted ) argument
H A Dhost_s390_defs.c9768 VexEndness endness_host)
9833 Bool mode64, VexEndness endness_host,
9996 end = s390_insn_evcheck_emit(buf, insn, endness_host);
10035 patchProfInc_S390(VexEndness endness_host, argument
10054 chainXDirect_S390(VexEndness endness_host, argument
10059 vassert(endness_host == VexEndnessBE);
10143 unchainXDirect_S390(VexEndness endness_host, argument
10148 vassert(endness_host == VexEndnessBE);
9767 s390_insn_evcheck_emit(UChar *buf, const s390_insn *insn, VexEndness endness_host) argument
9832 emit_S390Instr(Bool *is_profinc, UChar *buf, Int nbuf, const s390_insn *insn, Bool mode64, VexEndness endness_host, const void *disp_cp_chain_me_to_slowEP, const void *disp_cp_chain_me_to_fastEP, const void *disp_cp_xindir, const void *disp_cp_xassisted) argument
/external/valgrind/VEX/pub/
H A Dlibvex.h799 VexEndness endness_host,
816 VexEndness endness_host,
/external/valgrind/coregrind/
H A Dm_transtab.c797 VexEndness endness_host = archinfo_host.endness; local
838 arch_host, endness_host,
882 static void unchain_one ( VexArch arch_host, VexEndness endness_host, argument
907 = LibVEX_UnChain( arch_host, endness_host, place_to_patch,
918 VexEndness endness_host,
938 unchain_one(arch_host, endness_host, ie, here_fast_EP, here_slow_EP);
1517 VexEndness endness_host = archinfo_host.endness; local
1535 endness_host, sno, ei);
1726 VexEndness endness_host = archinfo_host.endness; local
1728 = LibVEX_PatchProfInc( arch_host, endness_host,
917 unchain_in_preparation_for_deletion( VexArch arch_host, VexEndness endness_host, SECno here_sNo, TTEno here_tteNo ) argument
2034 VexEndness endness_host = archinfo_host.endness; local
[all...]

Completed in 375 milliseconds