Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(854)

Unified Diff: src/runtime/asm_ppc64x.s

Issue 183140043: code review 183140043: all: merge dev.garbage (d1238958d4ae) into default branch (Closed)
Patch Set: diff -r 4d000340a76822ab21a6393ab03313971f6ea01d https://code.google.com/p/go/ Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/runtime/asm_arm.s ('k') | src/runtime/export_test.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/runtime/asm_ppc64x.s
===================================================================
--- a/src/runtime/asm_ppc64x.s
+++ b/src/runtime/asm_ppc64x.s
@@ -977,3 +977,15 @@
TEXT runtime·getg(SB),NOSPLIT,$-8-8
MOVD g, ret+0(FP)
RETURN
+
+TEXT runtime·prefetcht0(SB),NOSPLIT,$0-8
+ RETURN
+
+TEXT runtime·prefetcht1(SB),NOSPLIT,$0-8
+ RETURN
+
+TEXT runtime·prefetcht2(SB),NOSPLIT,$0-8
+ RETURN
+
+TEXT runtime·prefetchnta(SB),NOSPLIT,$0-8
+ RETURN
« no previous file with comments | « src/runtime/asm_arm.s ('k') | src/runtime/export_test.go » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b