Searched defs:host_endness (Results 1 - 9 of 9) sorted by relevance
/external/valgrind/VEX/priv/ |
H A D | guest_generic_bb_to_IR.c | 190 /*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 D | guest_tilegx_toIR.c | 57 static VexEndness host_endness; variable 2564 host_endness = host_endness_IN;
|
H A D | guest_mips_toIR.c | 55 static VexEndness host_endness; variable 17299 host_endness = host_endness_IN;
|
H A D | guest_arm_toIR.c | 129 static VexEndness host_endness; variable 852 if (host_endness == VexEndnessLE) { 22110 host_endness = host_endness_IN;
|
H A D | guest_x86_toIR.c | 198 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 D | guest_amd64_toIR.c | 188 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 D | guest_arm64_toIR.c | 106 static VexEndness host_endness; variable 1413 vassert(host_endness == VexEndnessLE); 14026 host_endness = host_endness_IN;
|
H A D | guest_ppc_toIR.c | 204 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 D | guest_s390_toIR.c | 16706 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