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
177
void InstrumentMops(void *
drcontext
, instrlist_t *bb, instr_t *instr, opnd_t op,
192
dr_save_reg(
drcontext
, bb, instr, DR_REG_XAX, SPILL_SLOT_1);
193
dr_save_arith_flags_to_xax(
drcontext
, bb, instr);
194
dr_save_reg(
drcontext
, bb, instr, DR_REG_XAX, SPILL_SLOT_3);
195
dr_restore_reg(
drcontext
, bb, instr, DR_REG_XAX, SPILL_SLOT_1);
239
dr_save_reg(
drcontext
, bb, instr, R1, SPILL_SLOT_1);
241
dr_save_reg(
drcontext
, bb, instr, R2, SPILL_SLOT_2);
244
CHECK(drutil_insert_get_mem_addr(
drcontext
, bb, instr, op, R1, R2));
245
PRE(instr, mov_imm(
drcontext
, opnd_create_reg(R2),
247
PRE(instr, and(
drcontext
, opnd_create_reg(R1), opnd_create_reg(R2)))
700
void *
drcontext
= dr_get_current_
drcontext
();
local
[
all
...]
Completed in 42 milliseconds