HomeSort by relevance Sort by last modified time
    Searched full:iricb (Results 1 - 7 of 7) sorted by null

  /external/valgrind/VEX/priv/
ir_inject.c 51 static IRICB iricb; variable
55 LibVEX_InitIRI(const IRICB *iricb_in)
57 iricb = *iricb_in; // copy in
191 block iricb. */
198 if (iricb.rounding_mode != NO_ROUNDING_MODE) {
199 rounding_mode = mkU32(iricb.rounding_mode);
202 switch (iricb.num_operands) {
204 opnd1 = load(endian, iricb.t_opnd1, iricb.opnd1)
    [all...]
  /external/valgrind/memcheck/tests/vbit-test/
main.c 184 IRICB iricb = new_iricb(op, data); local
186 valgrind_vex_init_for_iri(&iricb);
188 switch (iricb.num_operands) {
valgrind.c 33 IRICB
36 IRICB cb;
99 valgrind_vex_init_for_iri(IRICB *cb)
106 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 221 void valgrind_vex_init_for_iri(IRICB *);
224 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 698 milliseconds