Home
last modified time | relevance | path

Searched defs:ABORT_INSTRUCTION (Results 1 – 18 of 18) sorted by relevance

/sysdeps/mips/
A Dabort-instr.h3 # define ABORT_INSTRUCTION asm ("break 63") macro
5 # define ABORT_INSTRUCTION asm ("break 255") macro
/sysdeps/microblaze/
A Dabort-instr.h2 #define ABORT_INSTRUCTION asm ("brki r0, -1") macro
/sysdeps/nios2/
A Dabort-instr.h2 #define ABORT_INSTRUCTION asm ("trap 31") macro
/sysdeps/powerpc/
A Dabort-instr.h2 #define ABORT_INSTRUCTION asm (".long 0") macro
/sysdeps/s390/
A Dabort-instr.h2 #define ABORT_INSTRUCTION __asm__ (".word 0") macro
/sysdeps/aarch64/
A Dabort-instr.h1 #define ABORT_INSTRUCTION asm ("brk\t#1000") macro
/sysdeps/arc/
A Dabort-instr.h2 #define ABORT_INSTRUCTION asm ("flag 1") macro
/sysdeps/ia64/
A Dabort-instr.h3 #define ABORT_INSTRUCTION asm ("break 0") macro
/sysdeps/m68k/
A Dabort-instr.h2 #define ABORT_INSTRUCTION asm ("illegal") macro
/sysdeps/sparc/
A Dabort-instr.h2 #define ABORT_INSTRUCTION asm ("unimp 0xf00") macro
/sysdeps/x86_64/
A Dabort-instr.h2 #define ABORT_INSTRUCTION asm ("hlt") macro
/sysdeps/csky/
A Dabort-instr.h2 #define ABORT_INSTRUCTION asm ("bkpt") macro
/sysdeps/hppa/
A Dabort-instr.h6 #define ABORT_INSTRUCTION asm ("iitlbp %r0,(%sr0, %r0)") macro
/sysdeps/i386/
A Dabort-instr.h2 #define ABORT_INSTRUCTION asm ("hlt") macro
/sysdeps/sh/
A Dabort-instr.h3 #define ABORT_INSTRUCTION asm ("sleep") macro
/sysdeps/generic/
A Dabort-instr.h25 # define ABORT_INSTRUCTION __builtin_trap () macro
/sysdeps/mach/hurd/
A Dcheck_fds.c32 # define ABORT_INSTRUCTION macro
A Ddl-sysdep.c639 # define ABORT_INSTRUCTION macro

Completed in 20 milliseconds