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

  /external/v8/src/arm/
constants-arm.h 166 BKPT = 7 << 4,
simulator-arm.cc     [all...]
assembler-arm.cc 2186 void Assembler::bkpt(uint32_t imm16) { \/\/ v5 and above function in class:v8::internal::Assembler
    [all...]
  /external/llvm/test/MC/ARM/
thumb-diagnostics.s 35 @ Out of range immediates for BKPT instruction.
36 bkpt #256
37 bkpt #-1
39 bkpt #256
42 bkpt #-1
basic-thumb-instructions.s 168 @ BKPT
170 bkpt #0
171 bkpt #255
173 @ CHECK: bkpt #0 @ encoding: [0x00,0xbe]
174 @ CHECK: bkpt #255 @ encoding: [0xff,0xbe]
basic-arm-instructions.s 594 @ BKPT
596 bkpt #10
597 bkpt #65535
599 @ CHECK: bkpt #10 @ encoding: [0x7a,0x00,0x20,0xe1]
600 @ CHECK: bkpt #65535 @ encoding: [0x7f,0xff,0x2f,0xe1]
    [all...]
basic-thumb2-instructions.s 385 @ BKPT
388 bkpt #234
391 @ CHECK: bkpt #234 @ encoding: [0xea,0xbe]
    [all...]
  /external/pcre/dist/sljit/
sljitNativeARM_T2_32.c 107 #define BKPT 0xbe00
    [all...]
sljitNativeARM_32.c 87 #define BKPT 0xe1200070
    [all...]
  /external/v8/src/s390/
constants-s390.h     [all...]
simulator-s390.h 519 EVALUATE(BKPT);
simulator-s390.cc 787 EvalTable[BKPT] = &Simulator::Evaluate_BKPT;
    [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 302 milliseconds