/external/google-breakpad/src/processor/ |
D | simple_serializer-inl.h | 138 static size_t SizeOf(const WindowsFrameInfo &wfi) { in SizeOf() argument 141 size += SimpleSerializer<int32_t>::SizeOf(wfi.valid); in SizeOf() 142 size += SimpleSerializer<uint32_t>::SizeOf(wfi.prolog_size); in SizeOf() 143 size += SimpleSerializer<uint32_t>::SizeOf(wfi.epilog_size); in SizeOf() 144 size += SimpleSerializer<uint32_t>::SizeOf(wfi.parameter_size); in SizeOf() 145 size += SimpleSerializer<uint32_t>::SizeOf(wfi.saved_register_size); in SizeOf() 146 size += SimpleSerializer<uint32_t>::SizeOf(wfi.local_size); in SizeOf() 147 size += SimpleSerializer<uint32_t>::SizeOf(wfi.max_stack_size); in SizeOf() 148 size += SimpleSerializer<bool>::SizeOf(wfi.allocates_base_pointer); in SizeOf() 149 size += SimpleSerializer<string>::SizeOf(wfi.program_string); in SizeOf() [all …]
|
/external/llvm/test/MC/ARM/ |
D | arm11-hint-instr.s | 23 wfi 39 @ CHECK-ERROR-V6: wfi 56 @ CHECK-ARM: wfi @ encoding: [0x03,0xf0,0x20,0xe3] 66 @ CHECK-THUMB: wfi @ encoding: [0x30,0xbf] 78 @ CHECK-V6M: wfi @ encoding: [0x30,0xbf]
|
D | thumb-hints.s | 12 wfi 17 @ CHECK: wfi @ encoding: [0x30,0xbf] 43 @ CHECK-ERROR-NEXT: wfi
|
D | thumb-diagnostics.s | 242 wfi 252 @ CHECK-ERRORS: wfi
|
D | basic-thumb2-instructions.s | 3697 wfi 3720 @ CHECK: wfi @ encoding: [0x30,0xbf] 3727 @ CHECK: wfi.w @ encoding: [0xaf,0xf3,0x03,0x80] 3732 @ CHECK: wfi @ encoding: [0x30,0xbf]
|
D | basic-arm-instructions.s | 3534 wfi 3547 @ CHECK: wfi @ encoding: [0x03,0xf0,0x20,0xe3] 3552 @ CHECK: wfi @ encoding: [0x03,0xf0,0x20,0xe3]
|
/external/clang/test/Modules/ |
D | cxx-templates.cpp | 172 bool testFriendInClassTemplate(Std::WithFriend<int> wfi) { in testFriendInClassTemplate() argument 173 return wfi != wfi; in testFriendInClassTemplate()
|
/external/swiftshader/third_party/LLVM/test/MC/ARM/ |
D | thumb.s | 48 wfi 51 @ CHECK: wfi @ encoding: [0x30,0xbf]
|
D | basic-thumb-instructions.s | 618 wfi 622 @ CHECK: wfi @ encoding: [0x30,0xbf]
|
D | basic-arm-instructions.s | 2616 wfi 2623 @ CHECK: wfi @ encoding: [0x03,0xf0,0x20,0xe3]
|
D | basic-thumb2-instructions.s | 3200 wfi 3208 @ CHECK: wfi @ encoding: [0x30,0xbf]
|
/external/clang/test/CodeGen/ |
D | builtins-arm-microsoft.c | 21 void wfi() { in wfi() function
|
D | builtins-arm.c | 41 void wfi() { in wfi() function
|
/external/capstone/suite/MC/ARM/ |
D | thumb-hints.s.cs | 5 0x30,0xbf = wfi
|
D | basic-thumb2-instructions.s.cs | 1200 0x30,0xbf = wfi 1207 0xaf,0xf3,0x03,0x80 = wfi.w 1212 0x30,0xbf = wfi
|
D | basic-arm-instructions.s.cs | 988 0x03,0xf0,0x20,0xe3 = wfi 993 0x03,0xf0,0x20,0xe3 = wfi
|
/external/llvm/test/CodeGen/AArch64/ |
D | hints.ll | 39 ; CHECK: wfi
|
/external/llvm/test/CodeGen/ARM/ |
D | hints.ll | 41 ; CHECK: wfi
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-system.txt | 17 # CHECK: wfi
|
/external/clang/test/Modules/Inputs/ |
D | cxx-templates-a.h | 54 void InstantiateWithFriend(Std::WithFriend<int> wfi) {}
|
/external/swiftshader/third_party/LLVM/test/MC/Disassembler/ARM/ |
D | thumb1.txt | 525 # CHECK: wfi
|
/external/llvm/test/MC/AArch64/ |
D | arm64-system-encoding.s | 14 wfi 21 ; CHECK: wfi ; encoding: [0x7f,0x20,0x03,0xd5]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
D | ARMInstrThumb.td | 260 def tWFI : T1pI<(outs), (ins), NoItinerary, "wfi", "", []>,
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 305 def : tHintAlias<"wfi$p", (tHINT 3, pred:$p), 1>; // A8.6.409
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 1345 0x7f,0x20,0x03,0xd5 = wfi
|