OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mcx_mask
(Results
1 - 11
of
11
) sorted by null
/external/valgrind/main/VEX/priv/
guest_x86_defs.h
233
IRCallee's
mcx_mask
must be set so as to exclude from
316
Since the helper's
mcx_mask
does not have any set bits, Memcheck
guest_amd64_defs.h
351
IRCallee's
mcx_mask
must be set so as to exclude from
434
Since the helper's
mcx_mask
does not have any set bits, Memcheck
ir_defs.c
99
if (ce->
mcx_mask
> 0)
100
vex_printf("[mcx=0x%x]", ce->
mcx_mask
);
[
all
...]
guest_s390_toIR.c
687
call->Iex.CCall.cee->
mcx_mask
= (1<<0) | (1<<3);
723
call->Iex.CCall.cee->
mcx_mask
= (1<<0) | (1<<1) | (1<<4);
747
call->Iex.CCall.cee->
mcx_mask
= (1<<0) | (1<<1) | (1<<4);
[
all
...]
guest_arm_toIR.c
[
all
...]
ir_opt.c
[
all
...]
guest_amd64_toIR.c
[
all
...]
guest_x86_toIR.c
802
call->Iex.CCall.cee->
mcx_mask
= (1<<0) | (1<<3);
826
call->Iex.CCall.cee->
mcx_mask
= (1<<0) | (1<<1) | (1<<4);
848
call->Iex.CCall.cee->
mcx_mask
= (1<<0) | (1<<3);
[
all
...]
/external/valgrind/main/VEX/pub/
libvex_ir.h
338
mcx_mask
is a sop to Memcheck. It indicates which args should be
340
the result. Bit 0 of
mcx_mask
corresponds to args[0], bit 1 to
350
UInt
mcx_mask
;
member in struct:__anon30302
[
all
...]
/external/valgrind/main/VEX/
test_main.c
[
all
...]
/external/valgrind/main/memcheck/
mc_translate.c
[
all
...]
Completed in 373 milliseconds