HomeSort by relevance Sort by last modified time
    Searched refs:HLT (Results 1 - 16 of 16) sorted by null

  /external/llvm/test/MC/ARM/
basic-arm-instructions-v8.s 6 @ HLT
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]
basic-thumb2-instructions-v8.s 6 @ HLT (in ARMv8 only)
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]
thumb-diagnostics.s 45 @ Out of range immediates for v8 HLT instruction.
46 hlt #64
47 hlt #-1
49 @CHECK-ERRORS: hlt #64
52 @CHECK-ERRORS-V8: hlt #64
55 @CHECK-ERRORS: hlt #-1
  /toolchain/binutils/binutils-2.25/gas/config/
bfin-lex.l 155 [hH][lL][tT] return HLT;
bfin-parse.y 486 %token HLT IDLE
    [all...]
  /external/v8/src/arm64/
disasm-arm64.cc     [all...]
simulator-arm64.cc 470 HLT | Assembler::ImmException(kImmExceptionIsRedirectedCall));
    [all...]
constants-arm64.h 676 HLT = ExceptionFixed | 0x00400000,
685 // Code used to spot hlt instructions that should not be hit.
    [all...]
assembler-arm64.cc 931 if ((instr->Mask(ExceptionMask) == HLT) &&
940 if ((instr->Mask(ExceptionMask) == HLT) &&
2296 void Assembler::hlt(int code) { function in class:v8::internal::Assembler
    [all...]
  /external/vixl/src/vixl/a64/
simulator-a64.cc     [all...]
debugger-a64.cc 666 case HLT:
    [all...]
constants-a64.h 710 HLT = ExceptionFixed | 0x00400000,
    [all...]
disasm-a64.cc     [all...]
assembler-a64.cc     [all...]
  /external/mesa3d/src/mesa/x86/
assyntax.h 434 #define HLT CHOICE(hlt, hlt, hlt)
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 766 milliseconds