Lines Matching full:opkind
145 LIR* OpMem(OpKind op, int rBase, int disp);
147 LIR* OpReg(OpKind op, int r_dest_src);
150 LIR* OpRegImm(OpKind op, int r_dest_src1, int value);
151 LIR* OpRegMem(OpKind op, int r_dest, int rBase, int offset);
152 LIR* OpRegReg(OpKind op, int r_dest_src1, int r_src2);
153 LIR* OpRegRegImm(OpKind op, int r_dest, int r_src1, int value);
154 LIR* OpRegRegReg(OpKind op, int r_dest, int r_src1, int r_src2);
156 LIR* OpThreadMem(OpKind op, ThreadOffset thread_offset);
168 LIR* OpRegRegRegShift(OpKind op, int r_dest, int r_src1, int r_src2, int shift);
169 LIR* OpRegRegShift(OpKind op, int r_dest_src1, int r_src2, int shift);