/external/llvm-project/lld/ELF/Arch/ |
D | PPC64.cpp | 35 STBX = 215, enumerator 843 case STBX: in getPPCDFormOp()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.cpp | 66 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
|
D | PPCFastISel.cpp | 704 case PPC::STB: Opc = PPC::STBX; break; in PPCEmitStore()
|
D | PPCInstrInfo.td | 1837 def STBX : XForm_8<31, 215, (outs), (ins gprc:$rS, memrr:$dst), 4214 def : Pat<(atomic_store_8 xaddr:$ptr, i32:$val), (STBX gprc:$val, memrr:$ptr)>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.cpp | 86 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
|
D | PPCInstrInfo.cpp | 3212 case PPC::STBX: in instrHasImmForm() 3245 case PPC::STBX: III.ImmOpcode = PPC::STB; break; in instrHasImmForm()
|
D | PPCFastISel.cpp | 709 case PPC::STB: Opc = PPC::STBX; break; in PPCEmitStore()
|
D | PPCInstrInfo.td | 2181 def STBX : XForm_8_memOp<31, 215, (outs), (ins gprc:$rS, memrr:$dst), 4929 def : Pat<(atomic_store_8 xaddr:$ptr, i32:$val), (STBX gprc:$val, memrr:$ptr)>;
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCRegisterInfo.cpp | 101 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
|
D | PPCFastISel.cpp | 710 case PPC::STB: Opc = PPC::STBX; break; in PPCEmitStore()
|
D | PPCInstrInfo.cpp | 3645 case PPC::STBX: in instrHasImmForm() 3678 case PPC::STBX: III.ImmOpcode = PPC::STB; break; in instrHasImmForm()
|
D | PPCInstrInfo.td | 2373 def STBX : XForm_8_memOp<31, 215, (outs), (ins gprc:$rS, memrr:$dst), 5130 def : Pat<(atomic_store_8 xaddr:$ptr, i32:$val), (STBX gprc:$val, memrr:$ptr)>;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/ |
D | PPCGenMCCodeEmitter.inc | 1571 UINT64_C(2080375214), // STBX 4219 case PPC::STBX: 7981 CEFBS_None, // STBX = 1558
|
D | PPCGenAsmWriter.inc | 3226 604007952U, // STBX 5517 0U, // STBX
|
D | PPCGenDisassemblerTables.inc | 1930 /* 8945 */ MCD::OPC_Decode, 150, 12, 94, // Opcode: STBX
|
D | PPCGenInstrInfo.inc | 1573 STBX = 1558, 4542 …L<<MCID::MayStore), 0x94ULL, nullptr, nullptr, OperandInfo121, -1 ,nullptr }, // Inst #1558 = STBX
|
D | PPCGenAsmMatcher.inc | 6319 …{ 9423 /* stbx */, PPC::STBX, Convert__RegGPRC1_0__RegGxRCNoR01_1__RegGxRC1_2, AMFBS_None, { MCK_R…
|
D | PPCGenDAGISel.inc | 1971 /* 4430*/ OPC_MorphNodeTo0, TARGET_VAL(PPC::STBX), 0|OPFL_Chain|OPFL_MemRefs, 1974 // Dst: (STBX i32:{ *:[i32] }:$rS, xaddr:{ *:[iPTR] }:$dst) 22173 /* 55060*/ OPC_MorphNodeTo0, TARGET_VAL(PPC::STBX), 0|OPFL_Chain|OPFL_MemRefs, 22176 // Dst: (STBX gprc:{ *:[i32] }:$val, memrr:{ *:[iPTR] }:$ptr)
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | convert-rr-to-ri-instrs.mir | 5300 STBX %3, %0, killed %8 :: (store 1 into %ir.arrayidx, !tbaa !3) 5307 STBX %3, %0, killed %12 :: (store 1 into %ir.arrayidx3, !tbaa !3)
|
/external/capstone/arch/PowerPC/ |
D | PPCGenAsmWriter.inc | 1074 285237236U, // STBX 2596 0U, // STBX
|
D | PPCGenDisassemblerTables.inc | 1220 /* 5025 */ MCD_OPC_Decode, 158, 8, 57, // Opcode: STBX
|