Home
last modified time | relevance | path

Searched refs:BINOP_ASHR (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h202 BINOP_ASHR = 9, enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h234 BINOP_ASHR = 9, enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h327 BINOP_ASHR = 9, enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp103 case naclbitc::BINOP_ASHR: in DecodeBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h381 BINOP_ASHR = 9, enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp96 case Instruction::AShr: return bitc::BINOP_ASHR; in GetEncodedBinaryOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp127 case bitc::BINOP_ASHR: return Instruction::AShr; in GetDecodedBinaryOpcode()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1811 case naclbitc::BINOP_ASHR: in convertBinopOpcode()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp508 case Instruction::AShr: return bitc::BINOP_ASHR; in getEncodedBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp533 case Instruction::AShr: return bitc::BINOP_ASHR; in getEncodedBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp993 case bitc::BINOP_ASHR: in getDecodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp820 case bitc::BINOP_ASHR: in getDecodedBinaryOpcode()