HomeSort by relevance Sort by last modified time
    Searched refs:shift_type (Results 1 - 3 of 3) 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...]
  /external/valgrind/main/VEX/priv/
guest_arm_toIR.c 8482 UInt regD = 99, regN = 99, regM = 99, imm5 = 99, shift_type = 99; local
8542 UInt regD = 99, regN = 99, shift_type = 99, imm5 = 99, sat_imm = 99; local
8600 UInt regD = 99, regN = 99, shift_type = 99, imm5 = 99, sat_imm = 99; local
    [all...]
  /external/v8/src/arm/
simulator-arm.cc 2564 int32_t shift_type = instr->Bit(6); local
    [all...]

Completed in 235 milliseconds