Home
last modified time | relevance | path

Searched refs:BINOP_ADD (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h224 BINOP_ADD = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp75 case naclbitc::BINOP_ADD: in DecodeBinaryOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h402 BINOP_ADD = 0, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1759 case naclbitc::BINOP_ADD: in convertBinopOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp532 case Instruction::FAdd: return bitc::BINOP_ADD; in getEncodedBinaryOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1081 case bitc::BINOP_ADD: in getDecodedBinaryOpcode()