Searched defs:endness_host (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/VEX/priv/
H A Dmain_main.c1182 VexEndness endness_host,
1189 X86ST(return chainXDirect_X86(endness_host,
1194 AMD64ST(return chainXDirect_AMD64(endness_host,
1199 ARMST(return chainXDirect_ARM(endness_host,
1204 ARM64ST(return chainXDirect_ARM64(endness_host,
1209 S390ST(return chainXDirect_S390(endness_host,
1214 PPC32ST(return chainXDirect_PPC(endness_host,
1219 PPC64ST(return chainXDirect_PPC(endness_host,
1224 MIPS32ST(return chainXDirect_MIPS(endness_host,
1229 MIPS64ST(return chainXDirect_MIPS(endness_host,
1181 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
1238 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
1325 LibVEX_PatchProfInc( VexArch arch_host, VexEndness endness_host, void* place_to_patch, const ULong* location_of_counter ) argument
[all...]
H A Dhost_amd64_defs.c2449 Bool mode64, VexEndness endness_host,
3945 VexInvalRange chainXDirect_AMD64 ( VexEndness endness_host, argument
3950 vassert(endness_host == VexEndnessLE);
4031 VexInvalRange unchainXDirect_AMD64 ( VexEndness endness_host, argument
4036 vassert(endness_host == VexEndnessLE);
4099 VexInvalRange patchProfInc_AMD64 ( VexEndness endness_host, argument
4103 vassert(endness_host == VexEndnessLE);
2447 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_mips_defs.c2508 VexEndness endness_host,
3908 VexInvalRange chainXDirect_MIPS ( VexEndness endness_host, argument
3914 vassert(endness_host == VexEndnessLE || endness_host == VexEndnessBE);
3956 VexInvalRange unchainXDirect_MIPS ( VexEndness endness_host, argument
3962 vassert(endness_host == VexEndnessLE || endness_host == VexEndnessBE);
4002 VexInvalRange patchProfInc_MIPS ( VexEndness endness_host, argument
4007 vassert(endness_host == VexEndnessLE || endness_host
2505 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_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_arm_defs.c3072 Bool mode64, VexEndness endness_host,
4897 VexInvalRange chainXDirect_ARM ( VexEndness endness_host, argument
4902 vassert(endness_host == VexEndnessLE);
4983 VexInvalRange unchainXDirect_ARM ( VexEndness endness_host, argument
4988 vassert(endness_host == VexEndnessLE);
5047 VexInvalRange patchProfInc_ARM ( VexEndness endness_host, argument
5051 vassert(endness_host == VexEndnessLE);
3070 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_arm64_defs.c3285 Bool mode64, VexEndness endness_host,
5499 VexInvalRange chainXDirect_ARM64 ( VexEndness endness_host, argument
5504 vassert(endness_host == VexEndnessLE);
5544 VexInvalRange unchainXDirect_ARM64 ( VexEndness endness_host, argument
5549 vassert(endness_host == VexEndnessLE);
5587 VexInvalRange patchProfInc_ARM64 ( VexEndness endness_host, argument
5592 vassert(endness_host == VexEndnessLE);
3283 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_ppc_defs.c3247 static UChar* emit32 ( UChar* p, UInt w32, VexEndness endness_host )
3249 if (endness_host == VexEndnessBE) {
3264 static UInt fetch32 ( UChar* p, VexEndness endness_host )
3267 if (endness_host == VexEndnessBE) {
3286 UInt r1, UInt r2, UInt imm, VexEndness endness_host )
3294 return emit32(p, theInstr, endness_host);
3299 VexEndness endness_host )
3312 return emit32(p, theInstr, endness_host);
3316 UInt r3, UInt opc2, UInt b0, VexEndness endness_host )
3327 return emit32(p, theInstr, endness_host);
3480 mkFormZ22( UChar* p, UInt opc1, UInt r1, UInt r2, UInt constant, UInt opc2, UInt b0, VexEndness endness_host) argument
3496 mkFormZ23( UChar* p, UInt opc1, UInt r1, UInt r2, UInt r3, UInt rmc, UInt opc2, UInt b0, VexEndness endness_host) argument
3981 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
6413 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
6467 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
6521 patchProfInc_PPC( VexEndness endness_host, void* place_to_patch, const ULong* location_of_counter, Bool mode64 ) argument
[all...]
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/coregrind/
H A Dm_transtab.c873 VexEndness endness_host = archinfo_host.endness; local
914 arch_host, endness_host,
958 static void unchain_one ( VexArch arch_host, VexEndness endness_host, argument
983 = LibVEX_UnChain( arch_host, endness_host, place_to_patch,
994 VexEndness endness_host,
1015 unchain_one(arch_host, endness_host, ie, here_fast_EP, here_slow_EP);
1614 VexEndness endness_host = archinfo_host.endness; local
1633 endness_host, sno, ei);
1825 VexEndness endness_host = archinfo_host.endness; local
1827 = LibVEX_PatchProfInc( arch_host, endness_host,
993 unchain_in_preparation_for_deletion( VexArch arch_host, VexEndness endness_host, SECno here_sNo, TTEno here_tteNo ) argument
2136 VexEndness endness_host = archinfo_host.endness; local
[all...]

Completed in 332 milliseconds