Searched refs:get_irop (Results 1 – 3 of 3) sorted by relevance
83 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()
128 irop_t *get_irop(IROp);
1091 get_irop(IROp op) in get_irop() function