Home
last modified time | relevance | path

Searched refs:BINOP_SREM (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.h230 BINOP_SREM = 6, // overloaded for FP enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp93 case naclbitc::BINOP_SREM: in DecodeBinaryOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h408 BINOP_SREM = 6, // overloaded for FP enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1797 case naclbitc::BINOP_SREM: in convertBinopOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp542 case Instruction::SRem: return bitc::BINOP_SREM; in getEncodedBinaryOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1093 case bitc::BINOP_SREM: in getDecodedBinaryOpcode()