Searched defs:guest_instr (Results 1 - 2 of 2) sorted by relevance
/external/valgrind/main/VEX/priv/ |
H A D | guest_arm64_toIR.c | 7617 has is located at |guest_instr| and has guest IP of 7629 UChar* guest_instr, 7658 UInt insn = getUIntLittleEndianly( guest_instr ); 7670 UChar* code = (UChar*)guest_instr; 7624 disInstr_ARM64_WRK( DisResult* dres, Bool (*resteerOkFn) ( void*, Addr64 ), Bool resteerCisOk, void* callback_opaque, UChar* guest_instr, VexArchInfo* archinfo, VexAbiInfo* abiinfo ) argument
|
H A D | guest_arm_toIR.c | 14536 located in host memory at guest_instr, and has (decoded) guest IP 14545 UChar* guest_instr, 14582 insn = getUIntLittleEndianly( guest_instr ); 14594 UChar* code = (UChar*)guest_instr; 17367 located in host memory at guest_instr, and has (decoded) guest IP 17376 UChar* guest_instr, 17420 insn0 = getUShortLittleEndianly( guest_instr ); 17435 UChar* code = (UChar*)guest_instr; 19140 insn1 = getUShortLittleEndianly( guest_instr+2 ); 14541 disInstr_ARM_WRK( Bool (resteerOkFn) void*, Addr64 ), Bool resteerCisOk, void* callback_opaque, UChar* guest_instr, VexArchInfo* archinfo, VexAbiInfo* abiinfo, Bool sigill_diag ) argument 17372 disInstr_THUMB_WRK( Bool (resteerOkFn) void*, Addr64 ), Bool resteerCisOk, void* callback_opaque, UChar* guest_instr, VexArchInfo* archinfo, VexAbiInfo* abiinfo, Bool sigill_diag ) argument
|
Completed in 115 milliseconds