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

  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 31 @ Out of range immediates for BKPT instruction.
32 bkpt #256
33 bkpt #-1
35 bkpt #256
38 bkpt #-1
basic-thumb-instructions.s 157 @ BKPT
159 bkpt #0
160 bkpt #255
162 @ CHECK: bkpt #0 @ encoding: [0x00,0xbe]
163 @ CHECK: bkpt #255 @ encoding: [0xff,0xbe]
basic-arm-instructions.s 397 @ BKPT
399 bkpt #10
400 bkpt #65535
402 @ CHECK: bkpt #10 @ encoding: [0x7a,0x00,0x20,0xe1]
403 @ CHECK: bkpt #65535 @ encoding: [0x7f,0xff,0x2f,0xe1]
    [all...]
basic-thumb2-instructions.s 291 @ BKPT
294 bkpt #234
297 @ CHECK: bkpt #234 @ encoding: [0xea,0xbe]
    [all...]
  /external/v8/src/arm/
constants-arm.h 216 BKPT = 7 << 4,
assembler-arm.cc     [all...]
simulator-arm.cc     [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.h 168 BKPT = 0xe1200070,
209 padForAlign32 = 0xe12fff7f // 'bkpt 0xffff' instruction.
606 void bkpt(ARMWord value) function in class:JSC::ARMAssembler
609 m_buffer.putInt(BKPT | ((value & 0xff0) << 4) | (value & 0xf));
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 425 milliseconds