HomeSort by relevance Sort by last modified time
    Searched refs:ASMMACRO (Results 1 - 5 of 5) sorted by null

  /external/kernel-headers/original/asm-mips/
hazards.h 14 #define ASMMACRO(name, code...) .macro name; code; .endm
19 #define ASMMACRO(name, code...) \
34 ASMMACRO(_ssnop,
38 ASMMACRO(_ehb,
51 ASMMACRO(mtc0_tlbw_hazard,
54 ASMMACRO(tlbw_use_hazard,
57 ASMMACRO(tlb_probe_hazard,
60 ASMMACRO(irq_enable_hazard,
63 ASMMACRO(irq_disable_hazard,
66 ASMMACRO(back_to_back_c0_hazard
    [all...]
  /bionic/libc/kernel/arch-mips/asm/
hazards.h 22 #define ASMMACRO(name, code...) .macro name; code; .endm
26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /development/ndk/platforms/android-9/arch-mips/include/asm/
hazards.h 22 #define ASMMACRO(name, code...) .macro name; code; .endm
26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
hazards.h 22 #define ASMMACRO(name, code...) .macro name; code; .endm
26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
hazards.h 22 #define ASMMACRO(name, code...) .macro name; code; .endm
26 #define ASMMACRO(name, code...) __asm__(".macro " #name "; " #code "; .endm"); static inline void name(void) { __asm__ __volatile__ (#name); }

Completed in 2697 milliseconds