Searched refs:STB (Results 1 – 11 of 11) sorted by relevance
/external/linux-tools-perf/perf-3.12.0/arch/c6x/lib/ |
D | memcpy_64plus.S | 29 [A0] STB .D1T1 A5,*A3++ 31 [A1] STB .D1T1 A7,*A3++ 32 [A1] STB .D1T1 A8,*A3++
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/lc3b/tests/ |
D | lc3b-mp22NC.asm | 18 STB R7, R4, 0 20 STB R6, R3, 0 30 STB R6, R3, 0 31 STB R7, R4, 0
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 128 StringTableBuilder &STB, 277 StringTableBuilder &STB, in initStrtabSectionHeader() argument 282 CBA.getOSAndAlignedOffset(SHeader.sh_offset) << STB.data(); in initStrtabSectionHeader() 283 SHeader.sh_size = STB.data().size(); in initStrtabSectionHeader()
|
/external/qemu/target-arm/ |
D | op_helper.c | 467 #define STB(addr, val) stb(addr, val) in HELPER() macro 477 #define STB(addr, val) helper_stb_mmu(env, addr, val, user) in HELPER() 567 STB(addr, tmp64); in HELPER() 578 #undef STB in HELPER()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCFastISel.cpp | 580 Opc = Is32BitInt ? PPC::STB : PPC::STB8; in PPCEmitStore() 634 case PPC::STB: Opc = PPC::STBX; break; in PPCEmitStore()
|
D | PPCRegisterInfo.cpp | 65 ImmToIdxMap[PPC::LBZ] = PPC::LBZX; ImmToIdxMap[PPC::STB] = PPC::STBX; in PPCRegisterInfo()
|
D | PPCISelDAGToDAG.cpp | 2076 case PPC::STB: in PeepholePPC64()
|
D | PPCInstrInfo.td | 1502 def STB : DForm_1<38, (outs), (ins gprc:$rS, memri:$src),
|
/external/valgrind/main/VEX/orig_ppc32/ |
D | date.orig | 8368 13: STB t8, (t10) 11125 13: STB t8, (t10) 11162 10: STB t6, (t8) 11248 2: STB t0, (t2) 12913 10: STB t6, (t8) 13844 11: STB t10, (t6) 14249 5: STB t2, (t4) 19414 5: STB t2, (t4) 27497 20: STB t12, (t14) 33959 13: STB t8, (t10) [all …]
|
D | return0.orig | 8368 13: STB t8, (t10) 10962 13: STB t8, (t10) 10999 10: STB t6, (t8) 11085 2: STB t0, (t2) 13123 9: STB t4, (t6) 13316 11: STB t10, (t6) 13721 5: STB t2, (t4) 19683 5: STB t2, (t4) 27594 20: STB t12, (t14) 31732 10: STB t6, (t8) [all …]
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 437 defm STB : Store<"stb", 0b000101, truncstorei8, IntRegs, i32>;
|