/external/llvm/test/MC/ARM/ |
D | basic-thumb2-instructions-v8.s | 7 hlt #0 8 hlt #63 9 @ CHECK-V8: hlt #0 @ encoding: [0x80,0xba] 10 @ CHECK-V8: hlt #63 @ encoding: [0xbf,0xba] 16 hlt #24 19 @ CHECK-V8: hlt #24 @ encoding: [0x98,0xba] 24 @ CHECK-V8: hlt #24 @ encoding: [0x98,0xba]
|
D | basic-arm-instructions-v8.s | 7 hlt #0 8 hlt #65535 9 @ CHECK-V8: hlt #0 @ encoding: [0x70,0x00,0x00,0xe1] 10 @ CHECK-V8: hlt #65535 @ encoding: [0x7f,0xff,0x0f,0xe1] 16 @ CHECK-V8: hlt #0 @ encoding: [0x70,0x00,0x00,0xe1]
|
D | thumb-diagnostics.s | 46 hlt #64 47 hlt #-1 49 @CHECK-ERRORS: hlt #64 52 @CHECK-ERRORS-V8: hlt #64 55 @CHECK-ERRORS: hlt #-1
|
D | diagnostics.s | 111 @CHECK-ERRORS: error: instruction 'hlt' is not predicable, but condition code specified 114 @CHECK-ERRORS: error: instruction 'hlt' is not predicable, but condition code specified
|
/external/llvm/test/MC/X86/AlignedBundling/ |
D | labeloffset.s | 26 hlt 27 hlt 57 hlt 58 hlt
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | thumb-v8.txt | 5 # CHECK: hlt #0 8 # CHECK: hlt #63
|
D | basic-arm-instructions-v8.txt | 8 # CHECK: hlt #0 11 # CHECK: hlt #65535
|
/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-dis-symname.test | 15 # CHECK: 0000000100000d21 hlt
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-branch.txt | 35 # CHECK: hlt #0x5
|
/external/kernel-headers/original/uapi/linux/ |
D | fd.h | 133 unsigned long hlt; /* Head load/settle time, msec */ member
|
/external/boringssl/src/crypto/perlasm/ |
D | x86asm.pl | 67 sub ::halt { &hlt; }
|
/external/llvm/test/MC/AArch64/ |
D | arm64-branch-encoding.s | 142 hlt #5
|
D | basic-a64-diagnostics.s | 1482 hlt #65536
|
/external/mesa3d/src/mesa/drivers/dri/common/xmlpool/ |
D | de.po | 182 "Immer mit der Bildwiederholung synchronisieren, Anwendung wählt das minimale "
|
/external/v8/test/cctest/ |
D | test-disasm-arm64.cc | 1636 TEST_(hlt) { in TEST_() argument 1639 COMPARE(hlt(0), "hlt #0x0"); in TEST_() 1640 COMPARE(hlt(1), "hlt #0x1"); in TEST_() 1641 COMPARE(hlt(65535), "hlt #0xffff"); in TEST_()
|
D | test-disasm-x87.cc | 277 __ hlt(); in TEST()
|
D | test-disasm-ia32.cc | 277 __ hlt(); in TEST()
|
D | test-disasm-x64.cc | 268 __ hlt(); in TEST()
|
/external/vixl/src/vixl/a64/ |
D | macro-assembler-a64.cc | 2192 hlt(kPrintfOpcode); in PrintfNoPreserve() 2298 hlt(kTraceOpcode); in Trace() 2325 hlt(kLogOpcode); in Log()
|
D | macro-assembler-a64.h | 1412 hlt(code); in Hlt() 2080 hlt(kUnreachableOpcode); in Unreachable()
|
/external/v8/src/arm64/ |
D | assembler-arm64.cc | 2296 void Assembler::hlt(int code) { in hlt() function in v8::internal::Assembler 2333 hlt(kImmExceptionIsDebug); in debug() 2340 hlt(kImmExceptionIsUnreachable); in debug() 2348 hlt(kImmExceptionIsDebug); in debug()
|
D | macro-assembler-arm64-inl.h | 878 hlt(code); in Hlt()
|
/external/mesa3d/src/mesa/x86/ |
D | assyntax.h | 434 #define HLT CHOICE(hlt, hlt, hlt) 1171 #define HLT hlt
|
/external/v8/src/x87/ |
D | assembler-x87.h | 810 void hlt();
|
D | assembler-x87.cc | 1288 void Assembler::hlt() { in hlt() function in v8::internal::Assembler
|