Home
last modified time | relevance | path

Searched refs:MaskImm (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsISelLowering.cpp1014 int64_t MaskImm = (Size == 1) ? 255 : 65535; in EmitAtomicBinaryPartword() local
1022 .addReg(Mips::ZERO).addImm(MaskImm); in EmitAtomicBinaryPartword()
1242 int64_t MaskImm = (Size == 1) ? 255 : 65535; in EmitAtomicCmpSwapPartword() local
1250 .addReg(Mips::ZERO).addImm(MaskImm); in EmitAtomicCmpSwapPartword()
1255 .addReg(CmpVal).addImm(MaskImm); in EmitAtomicCmpSwapPartword()
1259 .addReg(NewVal).addImm(MaskImm); in EmitAtomicCmpSwapPartword()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1304 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicBinaryPartword() local
1320 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicBinaryPartword()
1567 int64_t MaskImm = (Size == 1) ? 255 : 65535; in emitAtomicCmpSwapPartword() local
1583 .addReg(Mips::ZERO).addImm(MaskImm); in emitAtomicCmpSwapPartword()
1588 .addReg(CmpVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()
1592 .addReg(NewVal).addImm(MaskImm); in emitAtomicCmpSwapPartword()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2066 uint64_t MaskImm; in tryBitfieldInsertOpFromOrAndImm() local
2070 !isOpcWithIntImmediate(And.getNode(), ISD::AND, MaskImm)) in tryBitfieldInsertOpFromOrAndImm()