Home
last modified time | relevance | path

Searched refs:wfe (Results 1 – 19 of 19) sorted by relevance

/external/llvm/test/MC/ARM/
Darm11-hint-instr.s20 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]
Dthumb-hints.s11 wfe
16 @ CHECK: wfe @ encoding: [0x20,0xbf]
40 @ CHECK-ERROR-NEXT: wfe
Dthumb-diagnostics.s241 wfe
249 @ CHECK-ERRORS: wfe
Dbasic-thumb2-instructions.s3696 wfe
3719 @ CHECK: wfe @ encoding: [0x20,0xbf]
3728 @ CHECK: wfe.w @ encoding: [0xaf,0xf3,0x02,0x80]
3733 @ CHECK: wfe @ encoding: [0x20,0xbf]
Dbasic-arm-instructions.s3532 wfe
3545 @ CHECK: wfe @ encoding: [0x02,0xf0,0x20,0xe3]
3553 @ CHECK: wfe @ encoding: [0x02,0xf0,0x20,0xe3]
/external/clang/test/CodeGen/
Dbuiltins-arm-microsoft.c14 void wfe() { in wfe() function
Dbuiltins-arm.c34 void wfe() { in wfe() function
/external/llvm/test/CodeGen/AArch64/
Dhints.ll30 ; CHECK: wfe
/external/llvm/test/CodeGen/ARM/
Dhints.ll32 ; CHECK: wfe
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-system.txt15 # CHECK: wfe
Dbasic-a64-instructions.txt3045 # CHECK: wfe
/external/llvm/test/MC/AArch64/
Darm64-system-encoding.s13 wfe
20 ; CHECK: wfe ; encoding: [0x5f,0x20,0x03,0xd5]
Dbasic-a64-instructions.s3481 wfe
/external/llvm/lib/Target/ARM/
DARMInstrThumb.td287 def : tHintAlias<"wfe$p", (tHINT 2, pred:$p)>; // A8.6.408
DARMInstrThumb2.td3721 def : t2InstAlias<"wfe$p.w", (t2HINT 2, pred:$p)>;
DARMInstrInfo.td1887 def : InstAlias<"wfe$p", (HINT 2, pred:$p)>, Requires<[IsARM, HasV6K]>;
/external/llvm/test/MC/Disassembler/ARM/
Dbasic-arm-instructions.txt2523 # CHECK: wfe
Dthumb2.txt2694 # CHECK: wfe
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td382 def : InstAlias<"wfe", (HINT 0b010)>;