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

  /external/swiftshader/third_party/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 147 @ BKPT
149 bkpt #0
150 bkpt #255
152 @ CHECK: bkpt #0 @ encoding: [0x00,0xbe]
153 @ CHECK: bkpt #255 @ encoding: [0xff,0xbe]
basic-arm-instructions.s 352 @ BKPT
354 bkpt #10
355 bkpt #65535
357 @ CHECK: bkpt #10 @ encoding: [0x7a,0x00,0x20,0xe1]
358 @ CHECK: bkpt #65535 @ encoding: [0x7f,0xff,0x2f,0xe1]
    [all...]
basic-thumb2-instructions.s 263 @ BKPT
266 bkpt #234
269 @ CHECK: bkpt #234 @ encoding: [0xea,0xbe]
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
decode.go 86 // Special case: BKPT encodes with condition but cannot have one.
87 if op&^15 == BKPT_EQ && op != BKPT {
tables.go 242 BKPT
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm/armasm/
decode.go 86 // Special case: BKPT encodes with condition but cannot have one.
87 if op&^15 == BKPT_EQ && op != BKPT {
tables.go 242 BKPT
    [all...]
  /external/v8/src/arm/
constants-arm.h 166 BKPT = 7 << 4,
simulator-arm.cc     [all...]
assembler-arm.cc 2262 void Assembler::bkpt(uint32_t imm16) { 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/dist2/src/sljit/
sljitNativeARM_T2_32.c 107 #define BKPT 0xbe00
    [all...]
sljitNativeARM_32.c 87 #define BKPT 0xe1200070
    [all...]
  /external/v8/src/s390/
simulator-s390.h 532 EVALUATE(BKPT);
constants-s390.h     [all...]
simulator-s390.cc 758 EvalTable[BKPT] = &Simulator::Evaluate_BKPT;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm/
asm5.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm/
asm5.go     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]

Completed in 518 milliseconds