Home
last modified time | relevance | path

Searched refs:STB (Results 1 – 17 of 17) sorted by relevance

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp126 StringTableBuilder &STB,
303 StringTableBuilder &STB, in initStrtabSectionHeader() argument
309 << STB.data(); in initStrtabSectionHeader()
310 SHeader.sh_size = STB.data().size(); in initStrtabSectionHeader()
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaLLRP.cpp68 case Alpha::STW: case Alpha::STB: in runOnMachineFunction()
DAlphaInstrInfo.cpp58 case Alpha::STB: in isStoreToStackSlot()
DAlphaInstrInfo.td449 def STB : MForm<0x0E, 0, "stb $RA,$DISP($RB)",
569 (STB GPRC:$DATA, 0, GPRC:$addr)>;
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCHazardRecognizers.cpp243 case PPC::STB: case PPC::STB8: in EmitInstruction()
DPPCRegisterInfo.cpp77 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
DPPCInstrInfo.td748 def STB : DForm_1<38, (outs), (ins GPRC:$rS, memri:$src),
/external/v8/src/ppc/
Ddisasm-ppc.cc1321 case STB: { in InstructionDecode()
Dconstants-ppc.h1731 V(stb, STB, 0x98000000) \
Dassembler-ppc.cc1276 d_form(STB, dst, src.ra(), src.offset(), true); in stb()
Dsimulator-ppc.cc3737 case STB: { in ExecuteGeneric()
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.td321 def STB : STOREi64<0x2, "stb", truncstorei8>;
/external/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp632 Opc = Is32BitInt ? PPC::STB : PPC::STB8; in PPCEmitStore()
704 case PPC::STB: Opc = PPC::STBX; break; in PPCEmitStore()
DPPCRegisterInfo.cpp66 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
DPPCISelDAGToDAG.cpp4291 case PPC::STB: in PeepholePPC64()
DPPCInstrInfo.td1785 def STB : DForm_1<38, (outs), (ins gprc:$rS, memri:$src),
4211 def : Pat<(atomic_store_8 iaddr:$ptr, i32:$val), (STB gprc:$val, memri:$ptr)>;
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.td552 defm STB : StoreA<"stb", 0b000101, 0b010101, truncstorei8, IntRegs, i32>;