HomeSort by relevance Sort by last modified time
    Searched full:fcmp (Results 676 - 700 of 1276) sorted by null

<<21222324252627282930>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
Instruction.def 188 HANDLE_OTHER_INST(52, FCmp , FCmpInst ) // Floating point comparison instr.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
ConstantFolding.h 68 /// instruction (icmp/fcmp) with the specified operands. If it fails, it
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
Instruction.def 188 HANDLE_OTHER_INST(52, FCmp , FCmpInst ) // Floating point comparison instr.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
ConstantFolding.h 68 /// instruction (icmp/fcmp) with the specified operands. If it fails, it
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Instruction.def 188 HANDLE_OTHER_INST(52, FCmp , FCmpInst ) // Floating point comparison instr.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
ConstantFolding.h 68 /// instruction (icmp/fcmp) with the specified operands. If it fails, it
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Instruction.def 188 HANDLE_OTHER_INST(52, FCmp , FCmpInst ) // Floating point comparison instr.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
ConstantFolding.h 67 /// instruction (icmp/fcmp) with the specified operands. If it fails, it
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Instruction.def 184 HANDLE_OTHER_INST(52, FCmp , FCmpInst ) // Floating point comparison instr.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
ConstantFolding.h 68 /// instruction (icmp/fcmp) with the specified operands. If it fails, it
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Instruction.def 188 HANDLE_OTHER_INST(52, FCmp , FCmpInst ) // Floating point comparison instr.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
ConstantFolding.h 68 /// instruction (icmp/fcmp) with the specified operands. If it fails, it
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Instruction.def 188 HANDLE_OTHER_INST(52, FCmp , FCmpInst ) // Floating point comparison instr.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
ConstantFolding.h 68 /// instruction (icmp/fcmp) with the specified operands. If it fails, it
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Instruction.def 188 HANDLE_OTHER_INST(52, FCmp , FCmpInst ) // Floating point comparison instr.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
ConstantFolding.h 68 /// instruction (icmp/fcmp) with the specified operands. If it fails, it
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Instruction.def 188 HANDLE_OTHER_INST(52, FCmp , FCmpInst ) // Floating point comparison instr.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
ConstantFolding.h 68 /// instruction (icmp/fcmp) with the specified operands. If it fails, it
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Instruction.def 188 HANDLE_OTHER_INST(52, FCmp , FCmpInst ) // Floating point comparison instr.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
ConstantFolding.h 68 /// instruction (icmp/fcmp) with the specified operands. If it fails, it
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Instruction.def 188 HANDLE_OTHER_INST(52, FCmp , FCmpInst ) // Floating point comparison instr.
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
a.out.go 216 FCMP = 1 << 6
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
a.out.go 216 FCMP = 1 << 6
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 879 const FCmpInst *FCmp = cast<FCmpInst>(I);
881 unsigned LHS = getRegForValue(FCmp->getOperand(0));
885 unsigned RHS = getRegForValue(FCmp->getOperand(1));
889 bool F32 = getSimpleType(FCmp->getOperand(0)->getType()) != MVT::f64;
892 switch (FCmp->getPredicate()) {
939 updateValueMap(FCmp, ResultReg);
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc     [all...]

Completed in 1584 milliseconds

<<21222324252627282930>>