Searched refs:STB (Results 1 – 17 of 17) sorted by relevance
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 126 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/ |
D | AlphaLLRP.cpp | 68 case Alpha::STW: case Alpha::STB: in runOnMachineFunction()
|
D | AlphaInstrInfo.cpp | 58 case Alpha::STB: in isStoreToStackSlot()
|
D | AlphaInstrInfo.td | 449 def STB : MForm<0x0E, 0, "stb $RA,$DISP($RB)", 569 (STB GPRC:$DATA, 0, GPRC:$addr)>;
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCHazardRecognizers.cpp | 243 case PPC::STB: case PPC::STB8: in EmitInstruction()
|
D | PPCRegisterInfo.cpp | 77 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
|
D | PPCInstrInfo.td | 748 def STB : DForm_1<38, (outs), (ins GPRC:$rS, memri:$src),
|
/external/v8/src/ppc/ |
D | disasm-ppc.cc | 1321 case STB: { in InstructionDecode()
|
D | constants-ppc.h | 1731 V(stb, STB, 0x98000000) \
|
D | assembler-ppc.cc | 1276 d_form(STB, dst, src.ra(), src.offset(), true); in stb()
|
D | simulator-ppc.cc | 3737 case STB: { in ExecuteGeneric()
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.td | 321 def STB : STOREi64<0x2, "stb", truncstorei8>;
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 632 Opc = Is32BitInt ? PPC::STB : PPC::STB8; in PPCEmitStore() 704 case PPC::STB: Opc = PPC::STBX; break; in PPCEmitStore()
|
D | PPCRegisterInfo.cpp | 66 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
|
D | PPCISelDAGToDAG.cpp | 4291 case PPC::STB: in PeepholePPC64()
|
D | PPCInstrInfo.td | 1785 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/ |
D | SparcInstrInfo.td | 552 defm STB : StoreA<"stb", 0b000101, 0b010101, truncstorei8, IntRegs, i32>;
|