HomeSort by relevance Sort by last modified time
    Searched refs:IsFP (Results 1 - 25 of 27) sorted by null

1 2

  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.h 101 bool IsFP) const;
MipsSEISelLowering.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
ISDOpcodes.h     [all...]
  /external/v8/src/compiler/
register-allocator-verifier.cc 171 if (sequence()->IsFP(vreg)) {
191 if (sequence()->IsFP(vreg)) {
instruction.h     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 794 bool IsFP = Ty->isFPOrFPVectorTy();
796 if (!IsFP && !Ty->isIntOrIntVectorTy())
803 return IsFP ? Instruction::FAdd : Instruction::Add;
805 return IsFP ? Instruction::FSub : Instruction::Sub;
807 return IsFP ? Instruction::FMul : Instruction::Mul;
809 return IsFP ? -1 : Instruction::UDiv;
811 return IsFP ? Instruction::FDiv : Instruction::SDiv;
813 return IsFP ? -1 : Instruction::URem;
815 return IsFP ? Instruction::FRem : Instruction::SRem;
817 return IsFP ? -1 : Instruction::Shl
    [all...]
  /external/capstone/arch/AArch64/
AArch64Disassembler.c 1006 bool IsFP;
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64Disassembler.cpp     [all...]
  /external/v8/src/compiler/ia32/
instruction-selector-ia32.cc     [all...]
  /external/v8/src/compiler/x87/
instruction-selector-x87.cc     [all...]

Completed in 1176 milliseconds

1 2