Searched refs:flog2 (Results 1 – 8 of 8) sorted by relevance
/external/llvm/test/MC/Mips/msa/ |
D | test_2rf.s | 17 # CHECK: flog2.w $w25, $w31 # encoding: [0x7b,0x2e,0xfe,0x5e] 18 # CHECK: flog2.d $w18, $w10 # encoding: [0x7b,0x2f,0x54,0x9e] 50 flog2.w $w25, $w31 51 flog2.d $w18, $w10
|
/external/llvm/test/CodeGen/Mips/msa/ |
D | 2rf.ll | 12 %1 = tail call <4 x float> @llvm.mips.flog2.w(<4 x float> %0) 17 declare <4 x float> @llvm.mips.flog2.w(<4 x float>) nounwind 22 ; CHECK-DAG: flog2.w [[WD:\$w[0-9]+]], [[WS]] 33 %1 = tail call <2 x double> @llvm.mips.flog2.d(<2 x double> %0) 38 declare <2 x double> @llvm.mips.flog2.d(<2 x double>) nounwind 43 ; CHECK-DAG: flog2.d [[WD:\$w[0-9]+]], [[WS]] 61 ; CHECK-DAG: flog2.w [[WD:\$w[0-9]+]], [[WS]] 79 ; CHECK-DAG: flog2.d [[WD:\$w[0-9]+]], [[WS]]
|
/external/llvm/test/MC/Disassembler/Mips/msa/ |
D | test_2rf.txt | 17 0x7b 0x2e 0xfe 0x5e # CHECK: flog2.w $w25, $w31 18 0x7b 0x2f 0x54 0x9e # CHECK: flog2.d $w18, $w10
|
/external/llvm/lib/Target/Mips/ |
D | MipsMSAInstrInfo.td | 2134 class FLOG2_W_DESC : MSA_2RF_DESC_BASE<"flog2.w", flog2, MSA128WOpnd>; 2135 class FLOG2_D_DESC : MSA_2RF_DESC_BASE<"flog2.d", flog2, MSA128DOpnd>;
|
/external/llvm/include/llvm/Target/ |
D | TargetSelectionDAG.td | 407 def flog2 : SDNode<"ISD::FLOG2" , SDTFPUnaryOp>;
|
/external/llvm/lib/Target/R600/ |
D | R600Instructions.td | 1055 inst, "LOG_IEEE", flog2
|
D | SIInstructions.td | 1336 VOP_F32_F32, flog2
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 5223 static float flog2(float f) in flog2() function 5365 sum[type] += count[x] == 0 ? 0 : flog2(1 / p) * p; in filter()
|