Home
last modified time | relevance | path

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

12

/external/llvm-project/lld/ELF/Arch/
DPPCInsns.def18 PCREL_OPT(STB, PSTB, OPC_AND_RST);
DPPC64.cpp53 STB = 38, enumerator
84 STB = 0x98000000, enumerator
844 return STB; in getPPCDFormOp()
/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-10.0/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp58 StOpc = BPF::STB; in expandMEMCPY()
108 BuildMI(*BB, MI, dl, get(BPF::STB)) in expandMEMCPY()
DBPFMISimplifyPatchable.cpp109 Opcode == BPF::LDD || Opcode == BPF::STB || Opcode == BPF::STH || in checkADDrr()
DBPFInstrInfo.td417 def STB : STOREi64<BPF_B, "u8", truncstorei8>;
/external/llvm-project/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp58 StOpc = BPF::STB; in expandMEMCPY()
108 BuildMI(*BB, MI, dl, get(BPF::STB)) in expandMEMCPY()
DBPFMISimplifyPatchable.cpp112 Opcode == BPF::LDD || Opcode == BPF::STB || Opcode == BPF::STH || in checkADDrr()
130 if (Opcode == BPF::STB || Opcode == BPF::STH || Opcode == BPF::STW || in checkADDrr()
DBPFInstrInfo.td417 def STB : STOREi64<BPF_B, "u8", truncstorei8>;
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Ddilated-conv.mlir55 // CHECK: [[STB:%.*]] = "tf.SpaceToBatchND"
321 // CHECK: [[STB:%.*]] = "tf.SpaceToBatchND"
339 // CHECK: [[STB:%.*]] = "tf.SpaceToBatchND"
355 // CHECK: [[STB:%.*]] = "tf.SpaceToBatchND"
370 // CHECK: [[STB:%.*]] = "tf.SpaceToBatchND"
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp151 StringTableBuilder &STB,
645 StringTableBuilder &STB, in initStrtabSectionHeader() argument
660 STB.write(OS); in initStrtabSectionHeader()
661 SHeader.sh_size = STB.getSize(); in initStrtabSectionHeader()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp221 StringTableBuilder &STB,
939 StringTableBuilder &STB, in initStrtabSectionHeader() argument
956 if (raw_ostream *OS = CBA.getRawOS(STB.getSize())) in initStrtabSectionHeader()
957 STB.write(*OS); in initStrtabSectionHeader()
958 SHeader.sh_size = STB.getSize(); in initStrtabSectionHeader()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCPreEmitPeephole.cpp65 case PPC::STB: in hasPCRelativeForm()
DPPCFastISel.cpp637 Opc = Is32BitInt ? PPC::STB : PPC::STB8; in PPCEmitStore()
710 case PPC::STB: Opc = PPC::STBX; break; in PPCEmitStore()
DPPCRegisterInfo.cpp101 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
/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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCFastISel.cpp636 Opc = Is32BitInt ? PPC::STB : PPC::STB8; in PPCEmitStore()
709 case PPC::STB: Opc = PPC::STBX; break; in PPCEmitStore()
DPPCRegisterInfo.cpp86 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
/external/capstone/arch/M680X/
Dinsn_props.inc308 { NOG, rwww, M680X_REG_B, NOR, true, false }, // STB
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Daix-cc-abi.ll144 ; 32BIT-NEXT: STB killed renamable $r3, 0, killed renamable $r4 :: (store 1 into @global_i1)
152 ; 64BIT-NEXT: STB killed renamable $r[[REG1]], 0, killed renamable $x4 :: (store 1 into @globa…
184 ; 32BIT: STB killed renamable $r3, 0, killed renamable $r4 :: (store 1 into @global_i1)
1661 ; 32BIT-DAG: STB killed renamable $r[[REGB]], 0, killed renamable $r[[REGBTOC]] :: (store 1 int…
1669 ; 64BIT-DAG: STB killed renamable $r[[SCRATCHREG:[0-9]+]], 0, killed renamable $x[[REGBTOC]] …
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/PowerPC/
DPPCGenMCCodeEmitter.inc1562 UINT64_C(2550136832), // STB
2703 case PPC::STB:
7972 CEFBS_None, // STB = 1549
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.td551 defm STB : StoreA<"stb", 0b000101, 0b010101, truncstorei8, IntRegs, i32>;
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcInstrInfo.td551 defm STB : StoreA<"stb", 0b000101, 0b010101, truncstorei8, IntRegs, i32>;

12