Home
last modified time | relevance | path

Searched refs:get_irop (Results 1 – 3 of 3) 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()
136 const irop_t *op = get_irop(opkind); in main()
Dvtest.h128 irop_t *get_irop(IROp);
Dirops.c1091 get_irop(IROp op) in get_irop() function