Searched refs:hlt (Results 1 - 25 of 46) sorted by relevance

12

/external/llvm/test/MC/ARM/
H A Dbasic-arm-instructions-v8.s7 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]
H A Dbasic-thumb2-instructions-v8.s7 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]
H A Dthumb-diagnostics.s44 hlt #64
45 hlt #-1
47 @CHECK-ERRORS: hlt #64
50 @CHECK-ERRORS-V8: hlt #64
53 @CHECK-ERRORS: hlt #-1
H A Ddiagnostics.s99 hlt #65536
100 hlt #-1
102 @CHECK-ERRORS-V8: hlt #65536
105 @CHECK-ERRORS-V8: hlt #-1
111 @CHECK-ERRORS-V8: error: instruction 'hlt' is not predicable, but condition code specified
114 @CHECK-ERRORS-V8: error: instruction 'hlt' is not predicable, but condition code specified
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdflong.asm64 hlt
157 hlt
189 hlt
H A Dxdfprotect.asm48 hlt
130 hlt
162 hlt
/external/qemu-pc-bios/bochs/bios/
H A Drombios32start.S68 hlt
H A Dapmbios.S229 hlt
260 hlt
/external/kernel-headers/original/uapi/linux/
H A Dfd.h133 unsigned long hlt; /* Head load/settle time, msec */ member in struct:floppy_drive_params
/external/openssl/crypto/perlasm/
H A Dx86asm.pl67 sub ::halt { &hlt; }
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dx86asm.pl67 sub ::halt { &hlt; }
/external/chromium_org/v8/src/arm64/
H A Ddebug-arm64.cc36 // hlt kHltBadCode @ code should not return, catch if it does.
57 patcher.hlt(kHltBadCode);
95 // TODO(all): consider adding a hlt instruction after the blr as we don't
H A Dassembler-arm64.cc2200 void Assembler::hlt(int code) { function in class:v8::internal::Assembler
2237 hlt(kImmExceptionIsDebug);
2244 hlt(kImmExceptionIsUnreachable);
2252 hlt(kImmExceptionIsDebug);
/external/chromium_org/third_party/boringssl/linux-x86/crypto/
H A Dcpu-x86-asm.S190 hlt
/external/chromium_org/third_party/boringssl/mac-x86/crypto/
H A Dcpu-x86-asm.S185 hlt
/external/llvm/test/MC/AArch64/
H A Darm64-branch-encoding.s142 hlt #5
/external/openssl/crypto/
H A Dx86cpuid.S176 hlt
/external/qemu/target-i386/
H A Dhelper.h61 DEF_HELPER_2(hlt, void, env, int)
/external/vixl/src/a64/
H A Dmacro-assembler-a64.cc1197 hlt(kPrintfOpcode);
1304 hlt(kTraceOpcode);
1332 hlt(kLogOpcode);
H A Dmacro-assembler-a64.h725 hlt(code);
1060 hlt(kUnreachableOpcode);
/external/chromium_org/v8/test/cctest/
H A Dtest-disasm-x87.cc269 __ hlt();
H A Dtest-disasm-arm64.cc1609 COMPARE(debug("message", 0, BREAK), "hlt #0xdeb0");
1610 COMPARE(debug("message", 1, BREAK), "hlt #0xdeb0");
1611 COMPARE(debug("message", 0xffff, BREAK), "hlt #0xdeb0");
1612 COMPARE(debug("message", 0x10000, BREAK), "hlt #0xdeb0");
1613 COMPARE(debug("message", 0x7fffffff, BREAK), "hlt #0xdeb0");
1614 COMPARE(debug("message", 0x80000000u, BREAK), "hlt #0xdeb0");
1615 COMPARE(debug("message", 0xffffffffu, BREAK), "hlt #0xdeb0");
1621 TEST_(hlt) {
1624 COMPARE(hlt(0), "hlt #
[all...]
H A Dtest-disasm-ia32.cc269 __ hlt();
H A Dtest-disasm-x64.cc238 __ hlt();
/external/chromium_org/v8/src/x87/
H A Dassembler-x87.h776 void hlt();

Completed in 387 milliseconds

12