Home
last modified time | relevance | path

Searched defs:IsDouble (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/asmjs/
Dasm-scanner.h101 bool IsDouble() const { return Token() == kDouble; } in IsDouble() function
/external/v8/src/
Dproperty-details.h180 bool IsDouble() const { return kind_ == kDouble; } in IsDouble() function
/external/vixl/src/aarch32/
Doperands-aarch32.h316 bool IsDouble() const { return immediate_type_.Is(F64); } in IsDouble() function
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp670 bool IsDouble = Left->getType()->isDoubleTy(); in emitCmp() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp707 bool IsDouble = Left->getType()->isDoubleTy(); in emitCmp() local
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp3130 bool MipsAsmParser::expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, in expandTrunc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp4106 bool MipsAsmParser::expandTrunc(MCInst &Inst, bool IsDouble, bool Is64FPU, in expandTrunc()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp5178 bool IsDouble = Op.getValueType() == MVT::f64; in LowerConstantFP() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp5957 bool IsDouble = (VT == MVT::f64); in LowerConstantFP() local