OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:t_arg1
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/memcheck/tests/vbit-test/
util.c
121
IRType t_dst,
t_arg1
, t_arg2, t_arg3, t_arg4;
local
123
typeof_primop(op, &t_dst, &
t_arg1
, &t_arg2, &t_arg3, &t_arg4);
129
is_floating_point_type(
t_arg1
) ||
134
return
t_arg1
== Ity_I32;
201
typeof_primop(IROp op, IRType *t_dst, IRType *
t_arg1
, IRType *t_arg2,
205
*t_dst = (_td); *
t_arg1
= (_ta1); break
207
*t_dst = (_td); *
t_arg1
= (_ta1); *t_arg2 = (_ta2); break
209
*t_dst = (_td); *
t_arg1
= (_ta1); \
212
*t_dst = (_td); *
t_arg1
= (_ta1); \
216
*t_dst = Ity_I1; *
t_arg1
= *t_arg2 = (_ta); break
[
all
...]
/external/valgrind/VEX/priv/
ir_defs.c
3541
IRType t_dst,
t_arg1
, t_arg2, t_arg3, t_arg4;
local
3968
IRType t_dst,
t_arg1
, t_arg2, t_arg3, t_arg4;
local
[
all
...]
Completed in 115 milliseconds