HomeSort by relevance Sort by last modified time
    Searched refs:shift_amount_is_immediate (Results 1 - 6 of 6) sorted by null

  /external/valgrind/main/memcheck/tests/vbit-test/
main.c 59 get_irop(Iop_ShlD64)->shift_amount_is_immediate = 1;
60 get_irop(Iop_ShrD64)->shift_amount_is_immediate = 1;
61 get_irop(Iop_ShlD128)->shift_amount_is_immediate = 1;
62 get_irop(Iop_ShrD128)->shift_amount_is_immediate = 1;
valgrind.c 30 cb.shift_amount_is_immediate = op->shift_amount_is_immediate;
vtest.h 68 int shift_amount_is_immediate; member in struct:__anon16773
binary.c 204 if (op->shift_amount_is_immediate) return tests_done;
443 if (i == 1 && op->shift_amount_is_immediate) break;
455 if (op->shift_amount_is_immediate)
  /external/valgrind/main/VEX/priv/
ir_inject.c 213 if (iricb.shift_amount_is_immediate) {
  /external/valgrind/main/VEX/pub/
libvex.h 869 Bool shift_amount_is_immediate; member in struct:__anon15950
    [all...]

Completed in 178 milliseconds