OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iricb
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/VEX/priv/
ir_inject.c
50
static
IRICB
iricb
;
variable
54
LibVEX_InitIRI(const
IRICB
*iricb_in)
56
iricb
= *iricb_in; // copy in
190
block
iricb
. */
197
if (
iricb
.rounding_mode != NO_ROUNDING_MODE) {
198
rounding_mode = mkU32(
iricb
.rounding_mode);
201
switch (
iricb
.num_operands) {
203
opnd1 = load(endian,
iricb
.t_opnd1,
iricb
.opnd1)
[
all
...]
/external/valgrind/memcheck/tests/vbit-test/
main.c
149
IRICB
iricb
= new_iricb(op, data);
local
151
valgrind_vex_init_for_iri(&
iricb
);
153
switch (
iricb
.num_operands) {
valgrind.c
33
IRICB
36
IRICB
cb;
98
valgrind_vex_init_for_iri(
IRICB
*cb)
105
on the information passed in the
IRICB
(in valgrind_vex_init_for_iri). */
README
32
This information is collected in the IR Injection Control Block (
IRICB
).
33
To get the
IRICB
to VEX we use the new client request
78
IR into the current IRSB based on the information provided in the
IRICB
.
vtest.h
139
void valgrind_vex_init_for_iri(
IRICB
*);
142
IRICB
new_iricb(const irop_t *, test_data_t *);
/external/valgrind/VEX/pub/
libvex.h
[
all
...]
/external/valgrind/coregrind/m_scheduler/
scheduler.c
[
all
...]
Completed in 902 milliseconds