OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:drcontext
(Results
1 - 1
of
1
) sorted by null
/external/compiler-rt/lib/msandr/
msandr.cc
244
void InstrumentMops(void *
drcontext
, instrlist_t *bb, instr_t *instr, opnd_t op,
259
dr_save_reg(
drcontext
, bb, instr, DR_REG_XAX, SPILL_SLOT_1);
260
dr_save_arith_flags_to_xax(
drcontext
, bb, instr);
261
dr_save_reg(
drcontext
, bb, instr, DR_REG_XAX, SPILL_SLOT_3);
262
dr_restore_reg(
drcontext
, bb, instr, DR_REG_XAX, SPILL_SLOT_1);
299
dr_save_reg(
drcontext
, bb, instr, R1, SPILL_SLOT_1);
301
dr_save_reg(
drcontext
, bb, instr, R2, SPILL_SLOT_2);
304
CHECK(drutil_insert_get_mem_addr(
drcontext
, bb, instr, op, R1, R2));
305
PRE(instr, mov_imm(
drcontext
, opnd_create_reg(R2),
307
PRE(instr, and(
drcontext
, opnd_create_reg(R1), opnd_create_reg(R2)))
868
void *
drcontext
= dr_get_current_
drcontext
();
local
[
all
...]
Completed in 157 milliseconds