HomeSort by relevance Sort by last modified time
    Searched full:hsub (Results 1 - 25 of 48) sorted by null

1 2

  /external/llvm/test/CodeGen/X86/
sse3-intrinsics-x86.ll 37 %res = call <2 x double> @llvm.x86.sse3.hsub.pd(<2 x double> %a0, <2 x double> %a1) ; <<2 x double>> [#uses=1]
40 declare <2 x double> @llvm.x86.sse3.hsub.pd(<2 x double>, <2 x double>) nounwind readnone
45 %res = call <4 x float> @llvm.x86.sse3.hsub.ps(<4 x float> %a0, <4 x float> %a1) ; <<4 x float>> [#uses=1]
48 declare <4 x float> @llvm.x86.sse3.hsub.ps(<4 x float>, <4 x float>) nounwind readnone
sse_reload_fold.ll 20 declare <4 x float> @llvm.x86.sse3.hsub.ps(<4 x float>, <4 x float>)
27 declare <2 x double> @llvm.x86.sse3.hsub.pd(<2 x double>, <2 x double>)
81 %t = call <4 x float> @llvm.x86.sse3.hsub.ps(<4 x float> %y, <4 x float> %f)
116 %t = call <2 x double> @llvm.x86.sse3.hsub.pd(<2 x double> %y, <2 x double> %f)
132 %t = call <2 x double> @llvm.x86.sse3.hsub.pd(<2 x double> %f, <2 x double> %y)
stack-folding-fp-avx1.ll     [all...]
stack-folding-fp-sse42.ll     [all...]
avx-intrinsics-x86.ll     [all...]
  /external/llvm/lib/CodeGen/
CalcSpillWeights.cpp 47 unsigned sub, hreg, hsub; local
51 hsub = mi->getOperand(1).getSubReg();
55 hsub = mi->getOperand(0).getSubReg();
62 return sub == hsub ? hreg : 0;
  /art/compiler/optimizing/
instruction_simplifier.cc 62 void VisitSub(HSub* instruction) OVERRIDE;
350 HSub* sub = new(GetGraph()->GetArena()) HSub(instruction->GetType(), other, neg->GetInput());
543 HSub* sub = input->AsSub();
544 HSub* new_sub =
545 new (GetGraph()->GetArena()) HSub(instruction->GetType(), sub->GetRight(), sub->GetLeft());
610 void InstructionSimplifierVisitor::VisitSub(HSub* instruction) {
constant_folding.cc 36 void VisitSub(HSub* instruction) OVERRIDE;
189 void InstructionWithAbsorbingInputSimplifier::VisitSub(HSub* instruction) {
builder.cc     [all...]
bounds_check_elimination_test.cc 253 HInstruction* sub1 = new (&allocator) HSub(Primitive::kPrimInt, parameter2, constant_max_int);
254 HInstruction* sub2 = new (&allocator) HSub(Primitive::kPrimInt, sub1, constant_max_int);
795 HInstruction* sub = new (allocator) HSub(Primitive::kPrimInt, array_length, phi);
    [all...]
register_allocator_test.cc 678 *first_sub = new (allocator) HSub(Primitive::kPrimInt, parameter, constant1);
680 *second_sub = new (allocator) HSub(Primitive::kPrimInt, *first_sub, constant2);
    [all...]
nodes.h     [all...]
  /external/v8/src/
hydrogen-bce.cc 48 HSub* index = HSub::cast(check->index());
225 // index_raw can be HAdd(index_base, offset), HSub(index_base, offset),
hydrogen-instructions.cc     [all...]
code-stubs-hydrogen.cc 672 HValue* adjusted_length = AddUncasted<HSub>(elements_length, constant_two);
    [all...]
hydrogen.cc     [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_quad.c 134 /* XXX: do hsub version */
  /external/llvm/lib/Target/X86/
X86IntrinsicsInfo.h 180 X86_INTRINSIC_DATA(avx2_phsub_d, INTR_TYPE_2OP, X86ISD::HSUB, 0),
181 X86_INTRINSIC_DATA(avx2_phsub_w, INTR_TYPE_2OP, X86ISD::HSUB, 0),
    [all...]
X86InstrFragmentsSIMD.td 73 def X86hsub : SDNode<"X86ISD::HSUB", SDTIntBinOp>;
X86ISelLowering.h 216 HSUB,
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.td     [all...]
AArch64RegisterInfo.td 26 def hsub : SubRegIndex<16>;
280 let SubRegIndices = [hsub] in {
AArch64InstrInfo.cpp     [all...]
  /external/clang/test/CodeGen/
builtins-mips-msa.c     [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/gles_mesa/
libosmesa.so 

Completed in 1113 milliseconds

1 2