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
175
void InstrumentMops(void *
drcontext
, instrlist_t *bb, instr_t *instr, opnd_t op,
190
dr_save_reg(
drcontext
, bb, instr, DR_REG_XAX, SPILL_SLOT_1);
191
dr_save_arith_flags_to_xax(
drcontext
, bb, instr);
192
dr_save_reg(
drcontext
, bb, instr, DR_REG_XAX, SPILL_SLOT_3);
193
dr_restore_reg(
drcontext
, bb, instr, DR_REG_XAX, SPILL_SLOT_1);
237
dr_save_reg(
drcontext
, bb, instr, R1, SPILL_SLOT_1);
239
dr_save_reg(
drcontext
, bb, instr, R2, SPILL_SLOT_2);
242
CHECK(drutil_insert_get_mem_addr(
drcontext
, bb, instr, op, R1, R2));
243
PRE(instr, mov_imm(
drcontext
, opnd_create_reg(R2),
245
PRE(instr, and(
drcontext
, opnd_create_reg(R1), opnd_create_reg(R2)))
698
void *
drcontext
= dr_get_current_
drcontext
();
local
[
all
...]
Completed in 47 milliseconds