Home
last modified time | relevance | path

Searched defs:op0 (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_channel_expressions.cpp220 ir_rvalue *op0 = get_element(op_var[0], i); in visit_leave() local
249 ir_rvalue *op0 = get_element(op_var[0], i); in visit_leave() local
279 ir_rvalue *op0 = get_element(op_var[0], i); in visit_leave() local
311 ir_rvalue *op0 = get_element(op_var[0], i); in visit_leave() local
Dbrw_vec4_emit.cpp348 struct brw_reg &op0 = is_int_div ? src1 : src0; in generate_math2_gen4() local
Dbrw_fs.cpp880 fs_reg &op0 = is_int_div ? src1 : src0; in emit_math() local
/external/valgrind/VEX/test/
Dtest-amd64.c368 void test_imulw2(int64 op0, int64 op1) in test_imulw2()
386 void test_imull2(int64 op0, int64 op1) in test_imull2()
405 #define TEST_IMUL_IM(size, size1, op0, op1)\ argument
421 #define TEST_IMUL_IM_L(op0, op1)\ argument
544 #define TEST_BSX(op, size, op0)\ argument
Dtest-i386.c356 void test_imulw2(int op0, int op1) in test_imulw2()
374 void test_imull2(int op0, int op1) in test_imull2()
392 #define TEST_IMUL_IM(size, size1, op0, op1)\ argument
505 #define TEST_BSX(op, size, op0)\ argument
/external/mesa3d/src/glsl/
Dir.cpp200 ir_rvalue *op0) in ir_expression()
213 ir_rvalue *op0, ir_rvalue *op1) in ir_expression()
227 ir_rvalue *op0, ir_rvalue *op1, in ir_expression()
239 ir_expression::ir_expression(int op, ir_rvalue *op0) in ir_expression()
323 ir_expression::ir_expression(int op, ir_rvalue *op0, ir_rvalue *op1) in ir_expression()
Dlower_instructions.cpp160 ir_rvalue *op0, *op1; in int_div_to_mul_rcp() local
Dloop_analysis.cpp459 ir_variable *const op0 = rhs->operands[0]->variable_referenced(); in get_basic_induction_increment() local
Dir_constant_expression.cpp63 dot(ir_constant *op0, ir_constant *op1) in dot()
Dast_to_hir.cpp801 do_comparison(void *mem_ctx, int operation, ir_rvalue *op0, ir_rvalue *op1) in do_comparison()
/external/libvpx/libvpx/vp8/common/
Dloopfilter_filters.c52 uc *op0, uc *oq0, uc *oq1) in vp8_filter()
162 uc *op2, uc *op1, uc *op0, uc *oq0, uc *oq1, uc *oq2) in vp8_mbfilter()
292 static void vp8_simple_filter(signed char mask, uc *op1, uc *op0, uc *oq0, uc *oq1) in vp8_simple_filter()
/external/webp/src/dsp/
Ddec_neon.c484 int8x16_t* const op0, int8x16_t* const oq0) { in ApplyFilter2NoFlip()
499 uint8x16_t* const op0, uint8x16_t* const oq0) { in ApplyFilter2()
515 uint8x16_t* const op0, uint8x16_t* const oq0) { in DoFilter2()
526 uint8x16_t p1, p0, q0, q1, op0, oq0; in SimpleVFilter16() local
536 uint8x16_t p1, p0, q0, q1, oq0, op0; in SimpleHFilter16() local
704 uint8x16_t* const op1, uint8x16_t* const op0, in ApplyFilter4()
723 uint8x16_t* const op1, uint8x16_t* const op0, in DoFilter4()
757 uint8x16_t* const op2, uint8x16_t* const op1, uint8x16_t* const op0, in ApplyFilter6()
793 uint8x16_t* const op2, uint8x16_t* const op1, uint8x16_t* const op0, in DoFilter6()
833 uint8x16_t op2, op1, op0, oq0, oq1, oq2; in VFilter16() local
[all …]
/external/v8/src/compiler/
Djs-inlining.cc191 const Operator* op0 = jsgraph_->common()->StateValues(0); in CreateArtificialFrameState() local
229 const Operator* op0 = jsgraph_->common()->StateValues(0); in CreateTailCallerFrameState() local
/external/libvpx/libvpx/vpx_dsp/
Dloopfilter.c89 uint8_t *op0, uint8_t *oq0, uint8_t *oq1) { in filter4()
173 uint8_t *op1, uint8_t *op0, in filter8()
251 uint8_t *op1, uint8_t *op0, in filter16()
417 uint16_t *op0, uint16_t *oq0, uint16_t *oq1, in highbd_filter4()
518 uint16_t *op1, uint16_t *op0, in highbd_filter8()
609 uint16_t *op1, uint16_t *op0, in highbd_filter16()
/external/javassist/src/main/javassist/
DCtConstructor.java160 int op0 = it.byteAt(it.next()); in isEmpty() local
/external/pdfium/third_party/libtiff/
Dtif_predict.c417 PredictorDecodeRow(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeRow()
440 PredictorDecodeTile(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in PredictorDecodeTile()
Dtif_lzw.c360 LZWDecode(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in LZWDecode()
588 LZWDecodeCompat(TIFF* tif, uint8* op0, tmsize_t occ0, uint16 s) in LZWDecodeCompat()
/external/libvpx/libvpx/vpx_dsp/mips/
Dloopfilter_filters_dspr2.h373 uint32_t *op1, uint32_t *op0, in mbfilter_dspr2()
530 uint32_t *op1, uint32_t *op0, in wide_mbfilter_dspr2()
/external/llvm/lib/Target/X86/
DX86IntrinsicsInfo.h51 #define X86_INTRINSIC_DATA(id, type, op0, op1) \ argument
/external/pcre/dist/sljit/
DsljitNativeTILEGX_64.c744 static sljit_si push_4_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op… in push_4_buffer()
764 static sljit_si push_3_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op… in push_3_buffer()
825 static sljit_si push_2_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int op… in push_2_buffer()
886 static sljit_si push_jr_buffer(struct sljit_compiler *compiler, tilegx_mnemonic opc, int op0, int l… in push_jr_buffer()
/external/kernel-headers/original/uapi/asm-arm64/asm/
Dkvm.h181 #define __ARM64_SYS_REG(op0,op1,crn,crm,op2) \ argument
/external/mesa3d/src/mesa/main/
Datifragshader.c422 GLuint op0 = curProg->Instructions[j][i].Opcode[0]; in _mesa_EndFragmentShaderATI() local
/external/valgrind/perf/
Dtinycc.c3114 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) argument
3115 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1) argument
3116 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) argument
3571 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) DEF_ASM(name) argument
3572 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1) DEF_ASM(name) argument
3573 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) DEF_ASM(name) argument
4446 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) argument
4447 #define DEF_ASM_OP2(name, opcode, group, instr_type, op0, op1) argument
4448 #define DEF_ASM_OP3(name, opcode, group, instr_type, op0, op1, op2) argument
4903 #define DEF_ASM_OP1(name, opcode, group, instr_type, op0) DEF_ASM(name) argument
[all …]
/external/opencv/cxcore/src/
Dcxsumpixels.cpp888 int sdepth, ddepth, cn, op0 = op; in cvReduce() local
/external/libvpx/libvpx/vpx_dsp/x86/
Dloopfilter_sse2.c401 __m128i op2, op1, op0, oq0, oq1, oq2; in mb_lpf_horizontal_edge_w_sse2_16() local