HomeSort by relevance Sort by last modified time
    Searched refs:STW (Results 1 - 25 of 50) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
regt-op.s 42 STW X,Y
69 STW $59,Y
96 STW X,$222
123 STW $223,$239
regt-op.l 45 42 0094 A5170C00 STW X,Y
76 69 00fc A53B0C00 STW \$59,Y
103 96 0164 A517DE00 STW X,\$222
134 123 01cc A5DFEF00 STW \$223,\$239
list-insns.s 184 STW $2,$10,$151
185 STW $12,$220,205
list-insns.l 199 184 02c4 A4020A97 STW \$2,\$10,\$151
200 185 02c8 A50CDCCD STW \$12,\$220,205
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns16-d-unit.s 7 dstk: ; op = 0 | STW (.unit) src, *B15[ucst5]
  /external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaLLRP.cpp 68 case Alpha::STW: case Alpha::STB:
AlphaInstrInfo.cpp 59 case Alpha::STW:
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
gnu.go 115 case STW, STWU, STWX, STWUX:
plan9.go 52 STW, STWU, STWX, STWUX,
163 LWZ: "MOVWZ", LWA: "MOVW", STW: "MOVW",
  /prebuilts/go/darwin-x86/src/runtime/
extern.go 61 re-scanning during the STW mark termination phase. This is
83 The phases are stop-the-world (STW) sweep termination, concurrent
84 mark and scan, and STW mark termination. The CPU times
88 runtime.GC() call and all phases are STW.
mgcsweepbuf.go 32 // we could do this during STW.)
101 // during STW.
os3_plan9.go 12 // May run during STW, so write barriers are not allowed.
mgc.go 38 // accomplished using STW.
97 // At the end of STW mark termination all spans are marked as "needs sweeping".
229 // This is either in gcinit or followed by a STW GC, both of
496 // improved estimates. This should be called either under STW or
833 // STW GC.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/
gnu.go 115 case STW, STWU, STWX, STWUX:
plan9.go 52 STW, STWU, STWX, STWUX,
163 LWZ: "MOVWZ", LWA: "MOVW", STW: "MOVW",
  /prebuilts/go/linux-x86/src/runtime/
extern.go 61 re-scanning during the STW mark termination phase. This is
83 The phases are stop-the-world (STW) sweep termination, concurrent
84 mark and scan, and STW mark termination. The CPU times
88 runtime.GC() call and all phases are STW.
mgcsweepbuf.go 32 // we could do this during STW.)
101 // during STW.
os3_plan9.go 12 // May run during STW, so write barriers are not allowed.
mgc.go 38 // accomplished using STW.
97 // At the end of STW mark termination all spans are marked as "needs sweeping".
229 // This is either in gcinit or followed by a STW GC, both of
496 // improved estimates. This should be called either under STW or
833 // STW GC.
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCHazardRecognizers.cpp 261 case PPC::STW: case PPC::STW8:
PPCInstrInfo.cpp 82 case PPC::STW:
339 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW))
348 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW))
412 NewMIs.push_back(addFrameReference(BuildMI(MF, DL, get(PPC::STW))
PPCRegisterInfo.cpp 81 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX;
452 /// stw rA, FI ; Store rA to the frame.
485 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW))
PPCFrameLowering.cpp 331 BuildMI(MBB, MBBI, dl, TII.get(PPC::STW))
337 BuildMI(MBB, MBBI, dl, TII.get(PPC::STW))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 70 ImmToIdxMap[PPC::STH] = PPC::STHX; ImmToIdxMap[PPC::STW] = PPC::STWX;
487 /// stw rA, FI ; Store rA to the frame.
526 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW))
613 addFrameReference(BuildMI(MBB, II, dl, TII.get(LP64 ? PPC::STW8 : PPC::STW))
690 BuildMI(MBB, II, dl, TII.get(PPC::STW)).addReg(Reg, RegState::Kill),
    [all...]
  /toolchain/binutils/binutils-2.25/include/opcode/
nios2r1.h 451 #define MATCH_R1_STW MATCH_R1_OP (STW)

Completed in 684 milliseconds

1 2