HomeSort by relevance Sort by last modified time
    Searched refs:FP (Results 51 - 63 of 63) sorted by null

1 23

  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 164 // PowerPC wants to turn select_cc of FP into fsel when possible.
254 // They also have instructions for converting between i64 and fp.
259 // This is just the low 32 bits of a (signed) fp->i64 conversion.
742 assert(CN->getValueType(0) == MVT::f32 && "Only one legal FP vector type!");
    [all...]
  /external/llvm/test/MC/MBlaze/
mblaze_fsl.s 12 # TYPE FP: OPCODE RA NCTA FSL
  /external/oprofile/events/i386/nehalem/
unit_masks 50 0x01 x87 Counts the number of FP Computational Uops Executed
52 0x04 sse_fp Counts number of SSE and SSE2 FP uops executed
54 0x10 sse_fp_packed Counts number of SSE FP packed uops executed
55 0x20 sse_fp_scalar Counts number of SSE FP scalar uops executed
56 0x40 sse_single_precision Counts number of SSE* FP single precision uops executed
57 0x80 sse_double_precision Counts number of SSE* FP double precision uops executed
362 0x04 input Counts number of floating point micro-code assist when the input value (one of the source operands to an FP instruction) is invalid
  /external/valgrind/main/memcheck/tests/x86/
fxsave.stdout.exp 2 16 bits of FP numbers
  /external/mksh/src/
shf.c 731 #undef FP /* if you want floating point stuff */
  /external/openssl/crypto/sha/asm/
sha1-sparcv9a.pl 415 add %fp,$bias-256,$base
436 ! X[16] is maintained in FP register bank
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp 329 // SPU has a legal FP -> signed INT instruction for f32, but for f64, need
382 // Cell SPU has instructions for converting between i64 and fp.
    [all...]
  /external/llvm/lib/VMCore/
ConstantFold.cpp 43 /// input vector constant are all simple integer or FP values.
176 // Handle ConstantFP input: FP -> Integral.
177 if (ConstantFP *FP = dyn_cast<ConstantFP>(V))
178 return ConstantInt::get(FP->getContext(),
179 FP->getValueAPF().bitcastToAPInt());
    [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp 113 /// EmitFloatToBoolConversion - Perform an FP to boolean conversion.
115 // Compare against 0.0 for fp scalars.
486 #define VISITCOMP(CODE, UI, SI, FP) \
489 llvm::FCmpInst::FP); }
558 // FP, we should go via special intrinsics.
622 // Allow bitcast from vector to integer/fp of the same size.
659 assert(ResTy->isIntegerTy(16) && "Only half FP requires extra conversion");
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/testdata/
voice.rtpdump 33 ??9??4?j??pjd??L???=???-:PA-/??5=??MR???R??r]???<FP\=4?uIM?Q??v?m?Ah\G?c{???R??\C??1.=O7-:??0F??EL??xP??Hf?Q3XtO.A?[?L??@???DN?C]AL?dS??B???8??C*3SB,-??48??hD???J???R???? ?9??4?
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 731 } else if (ObjCForwardProtocolDecl *FP =
733 RewriteForwardProtocolDecl(FP);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp 454 default: llvm_unreachable("Unknown fp condition code!");
700 // Get fp branch code (not opcode) from condition code.
    [all...]

Completed in 497 milliseconds

1 23