Searched refs:wfe (Results 1 – 19 of 19) sorted by relevance
/external/llvm/test/MC/ARM/ |
D | arm11-hint-instr.s | 20 wfe 33 @ CHECK-ERROR-V6: wfe 49 @ CHECK-ARM: wfe @ encoding: [0x02,0xf0,0x20,0xe3] 58 @ CHECK-THUMB: wfe @ encoding: [0x20,0xbf] 67 @ CHECK-V6M: wfe @ encoding: [0x20,0xbf]
|
D | thumb-hints.s | 11 wfe 16 @ CHECK: wfe @ encoding: [0x20,0xbf] 40 @ CHECK-ERROR-NEXT: wfe
|
D | thumb-diagnostics.s | 241 wfe 249 @ CHECK-ERRORS: wfe
|
D | basic-thumb2-instructions.s | 3696 wfe 3719 @ CHECK: wfe @ encoding: [0x20,0xbf] 3728 @ CHECK: wfe.w @ encoding: [0xaf,0xf3,0x02,0x80] 3733 @ CHECK: wfe @ encoding: [0x20,0xbf]
|
D | basic-arm-instructions.s | 3532 wfe 3545 @ CHECK: wfe @ encoding: [0x02,0xf0,0x20,0xe3] 3553 @ CHECK: wfe @ encoding: [0x02,0xf0,0x20,0xe3]
|
/external/clang/test/CodeGen/ |
D | builtins-arm-microsoft.c | 14 void wfe() { in wfe() function
|
D | builtins-arm.c | 34 void wfe() { in wfe() function
|
/external/llvm/test/CodeGen/AArch64/ |
D | hints.ll | 30 ; CHECK: wfe
|
/external/llvm/test/CodeGen/ARM/ |
D | hints.ll | 32 ; CHECK: wfe
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-system.txt | 15 # CHECK: wfe
|
D | basic-a64-instructions.txt | 3045 # CHECK: wfe
|
/external/llvm/test/MC/AArch64/ |
D | arm64-system-encoding.s | 13 wfe 20 ; CHECK: wfe ; encoding: [0x5f,0x20,0x03,0xd5]
|
D | basic-a64-instructions.s | 3481 wfe
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 287 def : tHintAlias<"wfe$p", (tHINT 2, pred:$p)>; // A8.6.408
|
D | ARMInstrThumb2.td | 3721 def : t2InstAlias<"wfe$p.w", (t2HINT 2, pred:$p)>;
|
D | ARMInstrInfo.td | 1887 def : InstAlias<"wfe$p", (HINT 2, pred:$p)>, Requires<[IsARM, HasV6K]>;
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | basic-arm-instructions.txt | 2523 # CHECK: wfe
|
D | thumb2.txt | 2694 # CHECK: wfe
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 382 def : InstAlias<"wfe", (HINT 0b010)>;
|