Home
last modified time | relevance | path

Searched refs:shift_amount_is_immediate (Results 1 – 6 of 6) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
Dmain.c83 get_irop(Iop_ShlD64)->shift_amount_is_immediate = 1; in fixup_irops()
84 get_irop(Iop_ShrD64)->shift_amount_is_immediate = 1; in fixup_irops()
85 get_irop(Iop_ShlD128)->shift_amount_is_immediate = 1; in fixup_irops()
86 get_irop(Iop_ShrD128)->shift_amount_is_immediate = 1; in fixup_irops()
Dvalgrind.c54 cb.shift_amount_is_immediate = op->shift_amount_is_immediate; in new_iricb()
Dbinary.c228 if (op->shift_amount_is_immediate) return tests_done; in test_shift()
467 if (i == 1 && op->shift_amount_is_immediate) break; in test_binary_op()
489 if (op->shift_amount_is_immediate) in test_binary_op()
Dvtest.h92 int shift_amount_is_immediate; member
/external/valgrind/VEX/pub/
Dlibvex.h850 Bool shift_amount_is_immediate; member
/external/valgrind/VEX/priv/
Dir_inject.c213 if (iricb.shift_amount_is_immediate) { in vex_inject_ir()