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

  /sdk/emulator/qtools/
armdis.cpp 196 uint8_t shift_type = (insn >> 5) & 0x3; local
203 if (!shift_is_reg && shift_type == 0 && shift_amount == 0) {
209 const char *shift_name = shift_names[shift_type];
217 if (shift_type == 3) {
372 uint8_t shift_type = (insn >> 5) & 0x3; local
375 const char *shift_name = shift_names[shift_type];
379 if (shift_type == 0) {
384 if (shift_type == 3) {
402 if (shift_type == 0) {
407 if (shift_type == 3)
    [all...]
  /art/runtime/
disassembler_arm.cc 376 uint32_t shift_type = ((instr >> 4) & 0x2); local
466 bool noShift = (imm5 == 0 && shift_type != 0x3);
469 switch (shift_type) {
481 if (shift_type != 0x3 /* rrx */) {
    [all...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 8501 UInt regD = 99, regN = 99, regM = 99, imm5 = 99, shift_type = 99; local
8561 UInt regD = 99, regN = 99, shift_type = 99, imm5 = 99, sat_imm = 99; local
8619 UInt regD = 99, regN = 99, shift_type = 99, imm5 = 99, sat_imm = 99; local
    [all...]
  /external/chromium_org/v8/src/arm/
simulator-arm.cc 2696 int32_t shift_type = instr->Bit(6); local
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 2564 int32_t shift_type = instr->Bit(6); local
    [all...]

Completed in 697 milliseconds