Home
last modified time | relevance | path

Searched refs:shift_type (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/main/VEX/priv/
Dguest_arm_toIR.c8482 UInt regD = 99, regN = 99, regM = 99, imm5 = 99, shift_type = 99; in decode_V6MEDIA_instruction() local
8493 shift_type = (INSNT1(5,5) << 1) | 0; in decode_V6MEDIA_instruction()
8506 shift_type = (INSNA(6,6) << 1) | 0; in decode_V6MEDIA_instruction()
8518 dis_buf, &irt_regM_shift, NULL, irt_regM, shift_type, imm5, regM ); in decode_V6MEDIA_instruction()
8542 UInt regD = 99, regN = 99, shift_type = 99, imm5 = 99, sat_imm = 99; in decode_V6MEDIA_instruction() local
8551 shift_type = (INSNT0(5,5) << 1) | 0; in decode_V6MEDIA_instruction()
8556 if (shift_type == BITS2(1,0) && imm5 == 0) in decode_V6MEDIA_instruction()
8564 shift_type = (INSNA(6,6) << 1) | 0; in decode_V6MEDIA_instruction()
8581 irt_regN, shift_type, imm5, regN ); in decode_V6MEDIA_instruction()
8600 UInt regD = 99, regN = 99, shift_type = 99, imm5 = 99, sat_imm = 99; in decode_V6MEDIA_instruction() local
[all …]
/external/v8/src/arm/
Dsimulator-arm.cc2564 int32_t shift_type = instr->Bit(6); in DecodeType3() local
2566 if (shift_type == 0) { // LSL in DecodeType3()