Searched refs:emit_shift (Results 1 – 2 of 2) sorted by relevance
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeX86_common.c | 2155 static sljit_s32 emit_shift(struct sljit_compiler *compiler, function 2255 return emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w); 2258 return emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w); 2268 return emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w); 2273 FAIL_IF(emit_shift(compiler, mode, dst, dstw, src1, src1w, src2, src2w));
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | nir_to_dxil.c | 1576 emit_shift(struct ntd_context *ctx, nir_alu_instr *alu, in emit_shift() function 2109 case nir_op_ishl: return emit_shift(ctx, alu, DXIL_BINOP_SHL, src[0], src[1]); in emit_alu() 2110 case nir_op_ishr: return emit_shift(ctx, alu, DXIL_BINOP_ASHR, src[0], src[1]); in emit_alu() 2111 case nir_op_ushr: return emit_shift(ctx, alu, DXIL_BINOP_LSHR, src[0], src[1]); in emit_alu()
|