Home
last modified time | relevance | path

Searched refs:BINOP_SUB (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h225 BINOP_SUB = 1, enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h319 BINOP_SUB = 1, enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp78 case naclbitc::BINOP_SUB: in DecodeBinaryOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h403 BINOP_SUB = 1, enumerator
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1767 case naclbitc::BINOP_SUB: in convertBinopOpcode()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp497 case Instruction::FSub: return bitc::BINOP_SUB; in getEncodedBinaryOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp534 case Instruction::FSub: return bitc::BINOP_SUB; in getEncodedBinaryOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1083 case bitc::BINOP_SUB: in getDecodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp804 case bitc::BINOP_SUB: in getDecodedBinaryOpcode()