/external/llvm/test/CodeGen/AMDGPU/ |
D | fmul-2-combine-multi-use.ll | 30 ; GCN-DAG: v_add_f32_e64 [[MUL2:v[0-9]+]], [[X:s[0-9]+]], s{{[0-9]+}} 32 ; GCN-DAG: buffer_store_dword [[MUL2]] 45 ; GCN-DAG: v_add_f32_e64 [[MUL2:v[0-9]+]], |[[X:s[0-9]+]]|, |s{{[0-9]+}}| 47 ; GCN-DAG: buffer_store_dword [[MUL2]]
|
/external/webp/src/dsp/ |
D | dec.c | 39 #define MUL2(a) (((a) * 35468) >> 16) macro 48 const int c = MUL2(in[4]) - MUL1(in[12]); // [-3783, 3783] in TransformOne() 49 const int d = MUL1(in[4]) + MUL2(in[12]); // [-3785, 3781] in TransformOne() 69 const int c = MUL2(tmp[4]) - MUL1(tmp[12]); in TransformOne() 70 const int d = MUL1(tmp[4]) + MUL2(tmp[12]); in TransformOne() 83 const int c4 = MUL2(in[4]); in TransformAC3() 85 const int c1 = MUL2(in[1]); in TransformAC3() 93 #undef MUL2
|
D | msa_macro.h | 1222 #define MUL2(in0, in1, in2, in3, out0, out1) do { \ macro 1229 MUL2(in0, in1, in2, in3, out0, out1); \ 1230 MUL2(in4, in5, in6, in7, out2, out3); \
|
D | upsampling_msa.c | 48 MUL2(in0, const0, in1, const0, temp0, temp1); \
|
D | enc_msa.c | 843 MUL2(tmp4, tmp0, tmp5, tmp1, in0, in1); in QuantizeBlock()
|
/external/libvpx/libvpx/vp9/encoder/mips/msa/ |
D | vp9_fdct_msa.h | 93 MUL2(in0_r_m, constant_m, in3_r_m, constant_m, s1_m, s0_m); \ 106 MUL2(in2_r_m, constant_m, s2_m, constant_m, s3_m, in1_r_m); \
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIDefines.h | 101 MUL2 = 1, enumerator
|
/external/llvm/test/CodeGen/PowerPC/ |
D | p8-scalar_vector_conversions.ll | 1033 ; CHECK-DAG: sldi [[MUL2:[0-9]+]], [[ANDI]], 1 1034 ; CHECK-DAG: lvsl [[SHMSK:[0-9]+]], 0, [[MUL2]] 1045 ; CHECK-DAG-LE: sldi [[MUL2:[0-9]+]], [[ANDC]], 1 1046 ; CHECK-DAG-LE: lvsl [[SHMSK:[0-9]+]], 0, [[MUL2]] 1069 ; CHECK-DAG: sldi [[MUL2:[0-9]+]], [[ANDI]], 1 1070 ; CHECK-DAG: lvsl [[SHMSK:[0-9]+]], 0, [[MUL2]] 1081 ; CHECK-DAG-LE: sldi [[MUL2:[0-9]+]], [[ANDC]], 1 1082 ; CHECK-DAG-LE: lvsl [[SHMSK:[0-9]+]], 0, [[MUL2]]
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | idct_msa.c | 188 MUL2(input0, dequant_in0, input1, dequant_in1, mul0, mul1); in dequant_idct4x4_addblk_msa() 310 MUL2(dqc0, q0, dqc1, q1, dq0, dq1); in vp8_dequantize_b_msa()
|
D | vp8_macros_msa.h | 1434 #define MUL2(in0, in1, in2, in3, out0, out1) \ macro 1441 MUL2(in0, in1, in2, in3, out0, out1); \ 1442 MUL2(in4, in5, in6, in7, out2, out3); \
|
/external/libvpx/libvpx/vp8/encoder/mips/msa/ |
D | quantize_msa.c | 178 MUL2(de_quant0, q_coeff0, de_quant1, q_coeff1, de_quant0, de_quant1); in exact_regular_quantize_b_msa()
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 1661 #define MUL2(in0, in1, in2, in3, out0, out1) \ macro 1668 MUL2(in0, in1, in2, in3, out0, out1); \ 1669 MUL2(in4, in5, in6, in7, out2, out3); \
|
D | deblock_msa.c | 680 MUL2(dst_r_h, dst_r_h, dst_l_h, dst_l_h, mult0, mult1); in vpx_mbpost_proc_down_msa()
|
/external/llvm/lib/Target/AMDGPU/InstPrinter/ |
D | AMDGPUInstPrinter.cpp | 616 if (Imm == SIOutMods::MUL2) in printOModSI()
|