/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_wm_fp.c | 233 static struct prog_instruction * emit_op(struct brw_wm_compile *c, function 270 inst = emit_op(c, 298 emit_op(c, 321 emit_op(c, 352 emit_op(c, 384 emit_op(c, 396 emit_op(c, 407 emit_op(c, 417 emit_op(c, 428 emit_op(c [all...] |
/external/pcre/dist/sljit/ |
sljitNativeMIPS_common.c | 897 static sljit_si emit_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, function [all...] |
sljitNativePPC_common.c | 1117 static sljit_si emit_op(struct sljit_compiler *compiler, sljit_si op, sljit_si input_flags, function [all...] |
sljitNativeSPARC_common.c | 632 static sljit_si emit_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, function 822 return emit_op(compiler, SLJIT_MOV, flags | WORD_DATA, dst, dstw, TMP_REG1, 0, src, srcw); 825 return emit_op(compiler, SLJIT_MOV_UI, flags | INT_DATA, dst, dstw, TMP_REG1, 0, src, srcw); 828 return emit_op(compiler, SLJIT_MOV_SI, flags | INT_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, srcw); 831 return emit_op(compiler, SLJIT_MOV_UB, flags | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_ub)srcw : srcw); 834 return emit_op(compiler, SLJIT_MOV_SB, flags | BYTE_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sb)srcw : srcw); 837 return emit_op(compiler, SLJIT_MOV_UH, flags | HALF_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_uh)srcw : srcw); 840 return emit_op(compiler, SLJIT_MOV_SH, flags | HALF_DATA | SIGNED_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_sh)srcw : srcw); 844 return emit_op(compiler, SLJIT_MOV, flags | WORD_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw); 847 return emit_op(compiler, SLJIT_MOV_UI, flags | INT_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, srcw) [all...] |
sljitNativeTILEGX_64.c | 1959 static sljit_si emit_op(struct sljit_compiler *compiler, sljit_si op, sljit_si flags, sljit_si dst, sljit_sw dstw, sljit_si src1, sljit_sw src1w, sljit_si src2, sljit_sw src2w) function [all...] |
sljitNativeARM_32.c | 804 /* emit_op inp_flags. 823 static sljit_si emit_op(struct sljit_compiler *compiler, sljit_si op, sljit_si inp_flags, 857 FAIL_IF(emit_op(compiler, SLJIT_SUB, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, local_size)); 895 FAIL_IF(emit_op(compiler, SLJIT_ADD, ALLOW_IMM, SLJIT_SP, 0, SLJIT_SP, 0, SLJIT_IMM, compiler->local_size)); 1602 static sljit_si emit_op(struct sljit_compiler *compiler, sljit_si op, sljit_si inp_flags, function [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_ureg.h | 466 * a parameter, rather than using the emit_OP() variants below. [all...] |