Searched defs:shift_type (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/arm/
H A Dsimulator-arm.cc2618 int32_t shift_type = instr->Bit(6); local
2620 if (shift_type == 0) { // LSL
/external/v8/src/arm/
H A Dsimulator-arm.cc2564 int32_t shift_type = instr->Bit(6); local
2566 if (shift_type == 0) { // LSL
/external/valgrind/main/VEX/priv/
H A Dguest_arm_toIR.c8501 UInt regD = 99, regN = 99, regM = 99, imm5 = 99, shift_type = 99; local
8512 shift_type = (INSNT1(5,5) << 1) | 0;
8525 shift_type = (INSNA(6,6) << 1) | 0;
8537 dis_buf, &irt_regM_shift, NULL, irt_regM, shift_type, imm5, regM );
8561 UInt regD = 99, regN = 99, shift_type = 99, imm5 = 99, sat_imm = 99; local
8570 shift_type = (INSNT0(5,5) << 1) | 0;
8575 if (shift_type == BITS2(1,0) && imm5 == 0)
8583 shift_type = (INSNA(6,6) << 1) | 0;
8600 irt_regN, shift_type, imm5, regN );
8619 UInt regD = 99, regN = 99, shift_type local
[all...]

Completed in 175 milliseconds