Home
last modified time | relevance | path

Searched refs:MUL2 (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/CodeGen/AMDGPU/
Dfmul-2-combine-multi-use.ll30 ; 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/
Ddec.c39 #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
Dmsa_macro.h1222 #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); \
Dupsampling_msa.c48 MUL2(in0, const0, in1, const0, temp0, temp1); \
Denc_msa.c843 MUL2(tmp4, tmp0, tmp5, tmp1, in0, in1); in QuantizeBlock()
/external/libvpx/libvpx/vp9/encoder/mips/msa/
Dvp9_fdct_msa.h93 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/
DSIDefines.h101 MUL2 = 1, enumerator
/external/llvm/test/CodeGen/PowerPC/
Dp8-scalar_vector_conversions.ll1033 ; 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/
Didct_msa.c188 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()
Dvp8_macros_msa.h1434 #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/
Dquantize_msa.c178 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/
Dmacros_msa.h1661 #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); \
Ddeblock_msa.c680 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/
DAMDGPUInstPrinter.cpp616 if (Imm == SIOutMods::MUL2) in printOModSI()