Searched refs:daif (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/include/ |
D | atf_common.h | 50 #define SPSR_64(el, sp, daif) \ argument 54 ((daif) & SPSR_DAIF_MASK) << SPSR_DAIF_SHIFT)
|
/external/u-boot/common/spl/ |
D | spl_atf.c | 81 static inline void raw_write_daif(unsigned int daif) in raw_write_daif() argument 83 __asm__ __volatile__("msr DAIF, %0\n\t" : : "r" (daif) : "memory"); in raw_write_daif()
|
/external/llvm/test/CodeGen/AArch64/ |
D | special-reg.ll | 47 !1 = !{!"daif"}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | special-reg.ll | 47 !1 = !{!"daif"}
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 1568 0x2c,0x42,0x1b,0xd5 = msr daif, x12 1880 0x29,0x42,0x3b,0xd5 = mrs x9, daif
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-instructions.txt | 3294 # CHECK: msr {{daif|DAIF}}, x12 3586 # CHECK: mrs x9, {{daif|DAIF}}
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | basic-a64-instructions.txt | 3278 # CHECK: msr {{daif|DAIF}}, x12 3571 # CHECK: mrs x9, {{daif|DAIF}}
|