Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h201 BINOP_LSHR = 8, enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h233 BINOP_LSHR = 8, enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h326 BINOP_LSHR = 8, enumerator
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp100 case naclbitc::BINOP_LSHR: in DecodeBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h380 BINOP_LSHR = 8, enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp95 case Instruction::LShr: return bitc::BINOP_LSHR; in GetEncodedBinaryOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp126 case bitc::BINOP_LSHR: return Instruction::LShr; in GetDecodedBinaryOpcode()
/external/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1808 case naclbitc::BINOP_LSHR: in convertBinopOpcode()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp507 case Instruction::LShr: return bitc::BINOP_LSHR; in getEncodedBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp532 case Instruction::LShr: return bitc::BINOP_LSHR; in getEncodedBinaryOpcode()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp991 case bitc::BINOP_LSHR: in getDecodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp818 case bitc::BINOP_LSHR: in getDecodedBinaryOpcode()