Searched refs:shift_type (Results 1 - 8 of 8) sorted by relevance

/external/gemmlowp/meta/generators/
H A Dneon_emitter.py525 def EmitVShl(self, shift_type, destination, source, shift):
526 self.EmitOp3('vshl.%s' % shift_type, destination, source, shift)
H A Dneon_emitter_64.py928 def EmitVShl(self, shift_type, destination, source, shift):
930 _AppendType(shift_type, destination),
931 _AppendType(shift_type, source), _AppendType('i32', shift))
/external/v8/src/arm64/
H A Dsimulator-arm64.cc944 T Simulator::ShiftOperand(T value, Shift shift_type, unsigned amount) {
951 switch (shift_type) {
1451 Shift shift_type = static_cast<Shift>(instr->ShiftDP());
1455 uint64_t op2 = ShiftOperand(xreg(instr->Rm()), shift_type, shift_amount);
1458 uint32_t op2 = ShiftOperand(wreg(instr->Rm()), shift_type, shift_amount);
1497 Shift shift_type = static_cast<Shift>(instr->ShiftDP());
1501 uint64_t op2 = ShiftOperand(xreg(instr->Rm()), shift_type, shift_amount);
1505 uint32_t op2 = ShiftOperand(wreg(instr->Rm()), shift_type, shift_amount);
H A Dsimulator-arm64.h695 Shift shift_type,
/external/vixl/src/aarch64/
H A Dsimulator-aarch64.cc339 Shift shift_type,
353 switch (shift_type) {
1172 Shift shift_type = static_cast<Shift>(instr->GetShiftDP()); local
1176 shift_type,
337 ShiftOperand(unsigned reg_size, int64_t value, Shift shift_type, unsigned amount) const argument
H A Dsimulator-aarch64.h1835 Shift shift_type,
/external/valgrind/VEX/priv/
H A Dguest_arm_toIR.c9128 UInt regD = 99, regN = 99, regM = 99, imm5 = 99, shift_type = 99; local
9139 shift_type = (INSNT1(5,5) << 1) | 0;
9152 shift_type = (INSNA(6,6) << 1) | 0;
9164 dis_buf, &irt_regM_shift, NULL, irt_regM, shift_type, imm5, regM );
9188 UInt regD = 99, regN = 99, shift_type = 99, imm5 = 99, sat_imm = 99; local
9197 shift_type = (INSNT0(5,5) << 1) | 0;
9202 if (shift_type == BITS2(1,0) && imm5 == 0)
9210 shift_type = (INSNA(6,6) << 1) | 0;
9227 irt_regN, shift_type, imm5, regN );
9246 UInt regD = 99, regN = 99, shift_type local
[all...]
/external/v8/src/arm/
H A Dsimulator-arm.cc2785 int32_t shift_type = instr->Bit(6); local
2787 if (shift_type == 0) { // LSL

Completed in 147 milliseconds