/external/llvm-project/lld/ELF/Arch/ |
D | PPCInsns.def | 18 PCREL_OPT(STB, PSTB, OPC_AND_RST);
|
D | PPC64.cpp | 53 STB = 38, enumerator 84 STB = 0x98000000, enumerator 844 return STB; in getPPCDFormOp()
|
/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-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.cpp | 58 StOpc = BPF::STB; in expandMEMCPY() 108 BuildMI(*BB, MI, dl, get(BPF::STB)) in expandMEMCPY()
|
D | BPFMISimplifyPatchable.cpp | 109 Opcode == BPF::LDD || Opcode == BPF::STB || Opcode == BPF::STH || in checkADDrr()
|
D | BPFInstrInfo.td | 417 def STB : STOREi64<BPF_B, "u8", truncstorei8>;
|
/external/llvm-project/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.cpp | 58 StOpc = BPF::STB; in expandMEMCPY() 108 BuildMI(*BB, MI, dl, get(BPF::STB)) in expandMEMCPY()
|
D | BPFMISimplifyPatchable.cpp | 112 Opcode == BPF::LDD || Opcode == BPF::STB || Opcode == BPF::STH || in checkADDrr() 130 if (Opcode == BPF::STB || Opcode == BPF::STH || Opcode == BPF::STW || in checkADDrr()
|
D | BPFInstrInfo.td | 417 def STB : STOREi64<BPF_B, "u8", truncstorei8>;
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | dilated-conv.mlir | 55 // 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/ |
D | ELFEmitter.cpp | 151 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/ |
D | ELFEmitter.cpp | 221 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/ |
D | PPCPreEmitPeephole.cpp | 65 case PPC::STB: in hasPCRelativeForm()
|
D | PPCFastISel.cpp | 637 Opc = Is32BitInt ? PPC::STB : PPC::STB8; in PPCEmitStore() 710 case PPC::STB: Opc = PPC::STBX; break; in PPCEmitStore()
|
D | PPCRegisterInfo.cpp | 101 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
|
/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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 636 Opc = Is32BitInt ? PPC::STB : PPC::STB8; in PPCEmitStore() 709 case PPC::STB: Opc = PPC::STBX; break; in PPCEmitStore()
|
D | PPCRegisterInfo.cpp | 86 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
|
/external/capstone/arch/M680X/ |
D | insn_props.inc | 308 { NOG, rwww, M680X_REG_B, NOR, true, false }, // STB
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | aix-cc-abi.ll | 144 ; 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/ |
D | PPCGenMCCodeEmitter.inc | 1562 UINT64_C(2550136832), // STB 2703 case PPC::STB: 7972 CEFBS_None, // STB = 1549
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 551 defm STB : StoreA<"stb", 0b000101, 0b010101, truncstorei8, IntRegs, i32>;
|
/external/llvm-project/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 551 defm STB : StoreA<"stb", 0b000101, 0b010101, truncstorei8, IntRegs, i32>;
|