| /llvm-project-15.0.7/lld/ELF/Arch/ |
| H A D | PPCInsns.def | 18 PCREL_OPT(STB, PSTB, OPC_AND_RST);
|
| H A D | PPC64.cpp | 53 STB = 38, enumerator 84 STB = 0x98000000, enumerator 838 return STB; in getPPCDFormOp()
|
| /llvm-project-15.0.7/llvm/lib/Target/BPF/ |
| H A D | BPFInstrInfo.cpp | 58 StOpc = BPF::STB; in expandMEMCPY() 108 BuildMI(*BB, MI, dl, get(BPF::STB)) in expandMEMCPY()
|
| H A D | BPFMISimplifyPatchable.cpp | 121 Opcode == BPF::LDD || Opcode == BPF::STB || Opcode == BPF::STH || in checkADDrr() 139 if (Opcode == BPF::STB || Opcode == BPF::STH || Opcode == BPF::STW || in checkADDrr()
|
| H A D | BPFInstrInfo.td | 419 def STB : STOREi64<BPF_B, "u8", truncstorei8>;
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | ELFEmitter.cpp | 228 StringTableBuilder &STB, 1035 StringTableBuilder &STB, in initStrtabSectionHeader() argument 1051 if (raw_ostream *OS = CBA.getRawOS(STB.getSize())) in initStrtabSectionHeader() 1052 STB.write(*OS); in initStrtabSectionHeader() 1053 SHeader.sh_size = STB.getSize(); in initStrtabSectionHeader()
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCPreEmitPeephole.cpp | 68 case PPC::STB: in hasPCRelativeForm()
|
| H A D | PPCFastISel.cpp | 632 Opc = Is32BitInt ? PPC::STB : PPC::STB8; in PPCEmitStore() 705 case PPC::STB: Opc = PPC::STBX; break; in PPCEmitStore()
|
| H A D | PPCRegisterInfo.cpp | 104 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
|
| H A D | P10InstrResources.td | 1801 STB, STB8,
|
| H A D | PPCInstrInfo.cpp | 4151 case PPC::STBX: III.ImmOpcode = PPC::STB; break; in instrHasImmForm()
|
| H A D | PPCInstrInfo.td | 1943 def STB : DForm_1<38, (outs), (ins gprc:$rS, memri:$dst), 4850 def : Pat<(atomic_store_8 DForm:$ptr, i32:$val), (STB gprc:$val, memri:$ptr)>;
|
| H A D | PPCISelDAGToDAG.cpp | 7328 case PPC::STB: in PeepholePPC64()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | aix-cc-abi.ll | 144 ; 32BIT-NEXT: STB killed renamable $r3, 0, killed renamable $r4 :: (store (s8) into @global_i1) 152 ; 64BIT-NEXT: STB killed renamable $r[[REG1]], 0, killed renamable $x4 :: (store (s8) into @gl… 184 ; 32BIT: STB killed renamable $r3, 0, killed renamable $r4 :: (store (s8) into @global_i1) 1661 ; 32BIT-DAG: STB killed renamable $r[[REGB]], 0, killed renamable $r[[REGBTOC]] :: (store (s8) … 1669 ; 64BIT-DAG: STB killed renamable $r[[SCRATCHREG:[0-9]+]], 0, killed renamable $x[[REGBTOC]] …
|
| H A D | convert-rr-to-ri-instrs.mir | 5301 ; CHECK: STB %3, 975, killed %8 5308 ; CHECK: STB %3, 975, killed %12
|
| /llvm-project-15.0.7/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 628 defm STB : StoreA<"stb", 0b000101, 0b010101, truncstorei8, IntRegs, i32>;
|