Lines Matching defs:src2
150 unsigned int src2, struct jit_ctx *ctx)
152 emit_instr(ctx, addu, dst, src1, src2);
182 unsigned int src2, struct jit_ctx *ctx)
184 emit_instr(ctx, or, dst, src1, src2);
220 unsigned int src2, struct jit_ctx *ctx)
222 emit_instr(ctx, and, dst, src1, src2);
238 unsigned int src2, struct jit_ctx *ctx)
240 emit_instr(ctx, xor, dst, src1, src2);
260 unsigned int src2, struct jit_ctx *ctx)
262 emit_instr(ctx, subu, dst, src1, src2);
305 unsigned int src2, struct jit_ctx *ctx)
307 emit_instr(ctx, slt, dst, src1, src2);
311 unsigned int src2, struct jit_ctx *ctx)
313 emit_instr(ctx, sltu, dst, src1, src2);
375 unsigned int src2, struct jit_ctx *ctx)
377 emit_instr(ctx, mul, dst, src1, src2);