/external/valgrind/main/none/tests/ppc64/ |
std_reg_imm.c | 16 ------ IMark(0x100000F34, 4) ------
|
/external/valgrind/main/callgrind/ |
main.c | 463 instruction's IMark and the Dr from data 465 because each insn starts with an IMark, hence an 827 // Ist_Exit has to be ignored in preamble code, before first IMark: 839 instrAddr = (Addr)ULong_to_Ptr(st->Ist.IMark.addr); 840 instrLen = st->Ist.IMark.len; 939 // Copy verbatim any IR preamble preceding the first IMark 952 origAddr = (Addr)st->Ist.IMark.addr + (Addr)st->Ist.IMark.delta; 953 CLG_ASSERT(origAddr == st->Ist.IMark.addr 954 + st->Ist.IMark.delta); // XXX: check no overflo [all...] |
/external/valgrind/main/exp-bbv/ |
bbv_main.c | 369 /* Copy verbatim any IR preamble preceding the first IMark */ 383 origAddr=st->Ist.IMark.addr; 426 ourAddr = st->Ist.IMark.addr; 428 opcode_type=get_inst_type(st->Ist.IMark.len,ourAddr);
|
/external/valgrind/main/VEX/priv/ |
guest_generic_bb_to_IR.c | 206 IRStmt* imark; local 324 IMark's address field, but put that bottom bit in the delta 383 imark = irsb->stmts[first_stmt_idx]; 384 vassert(imark); 385 vassert(imark->tag == Ist_IMark); 386 vassert(imark->Ist.IMark.len == 0); 387 imark->Ist.IMark.len = toUInt(dres.len); [all...] |
ir_defs.c | [all...] |
ir_opt.c | [all...] |
/external/valgrind/main/lackey/ |
lk_main.c | 626 // Copy verbatim any IR preamble preceding the first IMark 679 iaddr = st->Ist.IMark.addr; 680 ilen = st->Ist.IMark.len; 702 if (VG_(get_fnname_if_entry)(st->Ist.IMark.addr, 716 addEvent_Ir( sbOut, mkIRExpr_HWord( (HWord)st->Ist.IMark.addr ), 717 st->Ist.IMark.len ); [all...] |
/external/valgrind/main/VEX/pub/ |
libvex_ir.h | 107 ------ IMark(0x24F275, 7, 0) ------ 116 The "IMark" is an IR statement that doesn't represent actual code. 124 - the IMark 150 ------ IMark(0x4000ABA, 3, 0) ------ [all...] |
/external/valgrind/main/cachegrind/ |
cg_main.c | 710 instruction's IMark and the Dr/Dm from data 712 because each insn starts with an IMark, hence an 972 // Copy verbatim any IR preamble preceding the first IMark 985 cia = st->Ist.IMark.addr; 986 isize = st->Ist.IMark.len; 1016 cia = st->Ist.IMark.addr; 1017 isize = st->Ist.IMark.len; [all...] |
/external/valgrind/main/coregrind/m_gdbserver/ |
m_gdbserver.c | [all...] |
README_DEVELOPERS | 343 of continuing till the next Imark, where there will be a
|
/external/valgrind/main/include/ |
pub_tool_tooliface.h | 108 // that the first IMark in the translation will be labelled as 163 (1) copy any IR preceding the first IMark verbatim to the start [all...] |
/external/valgrind/main/drd/ |
drd_load_store.c | 615 instrument = VG_(DebugInfo_sect_kind)(NULL, 0, st->Ist.IMark.addr)
|
/external/valgrind/main/exp-sgcheck/ |
h_main.c | 662 /* Copy verbatim any IR preamble preceding the first IMark */
|
sg_main.c | [all...] |
/external/valgrind/main/coregrind/ |
m_translate.c | 389 curr_IP = st->Ist.IMark.addr; [all...] |
/external/valgrind/main/helgrind/ |
hg_main.c | [all...] |
/external/valgrind/main/exp-dhat/ |
dh_main.c | 892 // Copy verbatim any IR preamble preceding the first IMark [all...] |
/external/valgrind/main/memcheck/ |
mc_translate.c | [all...] |