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

/external/valgrind/VEX/priv/
H A Dguest_generic_bb_to_IR.c190 /*IN*/ VexEndness host_endness,
368 host_endness,
180 bb_to_IR( VexGuestExtents* vge, UInt* n_sc_extents, UInt* n_guest_instrs, VexRegisterUpdates* pxControl, void* callback_opaque, DisOneInstrFn dis_instr_fn, const UChar* guest_code, Addr guest_IP_bbstart, Bool (*chase_into_ok)(void*,Addr), VexEndness host_endness, Bool sigill_diag, VexArch arch_guest, const VexArchInfo* archinfo_guest, const VexAbiInfo* abiinfo_both, IRType guest_word_type, UInt (*needs_self_check) (void*, VexRegisterUpdates*, const VexGuestExtents*), Bool (*preamble_function)(void*,IRSB*), Int offB_GUEST_CMSTART, Int offB_GUEST_CMLEN, Int offB_GUEST_IP, Int szB_GUEST_IP ) argument
H A Dguest_tilegx_toIR.c57 static VexEndness host_endness; variable
2564 host_endness = host_endness_IN;
H A Dguest_mips_toIR.c55 static VexEndness host_endness; variable
17299 host_endness = host_endness_IN;
H A Dguest_arm_toIR.c129 static VexEndness host_endness; variable
852 if (host_endness == VexEndnessLE) {
22110 host_endness = host_endness_IN;
H A Dguest_x86_toIR.c198 static VexEndness host_endness; variable
455 vassert(host_endness == VexEndnessLE);
518 vassert(host_endness == VexEndnessLE);
526 vassert(host_endness == VexEndnessLE);
534 vassert(host_endness == VexEndnessLE);
15447 host_endness = host_endness_IN;
H A Dguest_amd64_toIR.c188 static VexEndness host_endness; variable
985 vassert(host_endness == VexEndnessLE);
994 vassert(host_endness == VexEndnessLE);
1016 vassert(host_endness == VexEndnessLE);
1029 vassert(host_endness == VexEndnessLE);
1064 vassert(host_endness == VexEndnessLE);
1076 vassert(host_endness == VexEndnessLE);
1118 vassert(host_endness == VexEndnessLE);
1142 vassert(host_endness == VexEndnessLE);
1263 vassert(host_endness
[all...]
H A Dguest_arm64_toIR.c106 static VexEndness host_endness; variable
1413 vassert(host_endness == VexEndnessLE);
14026 host_endness = host_endness_IN;
H A Dguest_ppc_toIR.c204 static VexEndness host_endness; variable
569 if (host_endness == VexEndnessBE) {
599 if (host_endness == VexEndnessBE)
660 if (host_endness == VexEndnessBE)
669 if (host_endness == VexEndnessBE)
1184 if (host_endness == VexEndnessLE) {
5248 if (host_endness == VexEndnessBE) {
5466 if (host_endness == VexEndnessBE) {
6683 if (host_endness == VexEndnessBE) {
6731 if (host_endness
[all...]
H A Dguest_s390_toIR.c16706 VexEndness host_endness,
16712 vassert(host_endness == VexEndnessBE);
16696 disInstr_S390(IRSB *irsb_IN, Bool (*resteerOkFn)(void *, Addr), Bool resteerCisOk, void *callback_opaque, const UChar *guest_code, Long delta, Addr guest_IP, VexArch guest_arch, const VexArchInfo *archinfo, const VexAbiInfo *abiinfo, VexEndness host_endness, Bool sigill_diag_IN) argument

Completed in 324 milliseconds