Searched refs:iricb (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dir_inject.c50 static IRICB iricb; variable
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);
205 data = binop(iricb.op, rounding_mode, opnd1);
207 data = unop(iricb
[all...]
/external/valgrind/main/memcheck/tests/vbit-test/
H A Dmain.c125 IRICB iricb = new_iricb(op, data); local
127 valgrind_vex_init_for_iri(&iricb);
129 switch (iricb.num_operands) {

Completed in 103 milliseconds