HomeSort by relevance Sort by last modified time
    Searched refs:HLT (Results 1 - 15 of 15) 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
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 43 @ Out of range immediates for v8 HLT instruction.
44 hlt #64
45 hlt #-1
47 @CHECK-ERRORS: hlt #64
50 @CHECK-ERRORS-V8: hlt #64
53 @CHECK-ERRORS: hlt #-1
  /external/vixl/src/a64/
debugger-a64.cc 652 case HLT:
775 VIXL_ASSERT((instr->Mask(ExceptionMask) == HLT) &&
785 VIXL_ASSERT((instr->Mask(ExceptionMask) == HLT) &&
812 VIXL_ASSERT((instr->Mask(ExceptionMask) == HLT) &&
    [all...]
disasm-a64.cc     [all...]
simulator-a64.cc     [all...]
constants-a64.h 569 HLT = ExceptionFixed | 0x00400000,
    [all...]
assembler-a64.cc 1632 void Assembler::hlt(int code) { function in class:vixl::Assembler
    [all...]
  /external/chromium_org/v8/src/arm64/
disasm-arm64.cc     [all...]
simulator-arm64.cc 460 HLT | Assembler::ImmException(kImmExceptionIsRedirectedCall));
    [all...]
constants-arm64.h 679 HLT = ExceptionFixed | 0x00400000,
688 // Code used to spot hlt instructions that should not be hit.
    [all...]
assembler-arm64.cc 910 if ((instr->Mask(ExceptionMask) == HLT) &&
919 if ((instr->Mask(ExceptionMask) == HLT) &&
2200 void Assembler::hlt(int code) { function in class:v8::internal::Assembler
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h 434 #define HLT CHOICE(hlt, hlt, hlt)
    [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 1564 milliseconds