File: cache-alpha-macro.S

package info (click to toggle)
ffcall 2.5-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 9,024 kB
  • sloc: asm: 100,607; ansic: 50,932; sh: 5,630; makefile: 1,588; cpp: 2
file content (21 lines) | stat: -rw-r--r-- 432 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
	.set noreorder
	.set volatile
	.set noat
	.set nomacro
	.text
	.align 2
	.align 4
	.globl __TR_clear_cache
	.ent __TR_clear_cache
$__TR_clear_cache..ng:
__TR_clear_cache:
	.frame $30,0,$26,0
	.prologue 0
	.set	macro
	call_pal 0x86
	.set	nomacro
	ret $31,($26),1
	.end __TR_clear_cache
#if defined __linux__ || defined __FreeBSD__ || defined __FreeBSD_kernel__ || defined __DragonFly__
	.section .note.GNU-stack,"",@progbits
#endif