Searched refs:ShiftOperand (Results 1 - 4 of 4) sorted by relevance

/external/vixl/src/a64/
H A Dsimulator-a64.cc295 int64_t Simulator::ShiftOperand(unsigned reg_size,
621 int64_t op2 = ShiftOperand(reg_size,
668 int64_t op2 = ShiftOperand(reg_size, reg(reg_size, instr->Rm()), shift_type,
1214 result = ShiftOperand(reg_size, reg(reg_size, instr->Rn()), shift_op,
H A Dsimulator-a64.h507 int64_t ShiftOperand(unsigned reg_size,
/external/chromium_org/v8/src/arm64/
H A Dsimulator-arm64.cc891 T Simulator::ShiftOperand(T value, Shift shift_type, unsigned amount) { function in class:v8::internal::Simulator
1398 int64_t op2 = ShiftOperand(xreg(instr->Rm()), shift_type, shift_amount);
1401 int32_t op2 = ShiftOperand(wreg(instr->Rm()), shift_type, shift_amount);
1444 int64_t op2 = ShiftOperand(xreg(instr->Rm()), shift_type, shift_amount);
1448 int32_t op2 = ShiftOperand(wreg(instr->Rm()), shift_type, shift_amount);
2056 result = ShiftOperand(reg<T>(instr->Rn()), shift_op, shift);
H A Dsimulator-arm64.h695 T ShiftOperand(T value,

Completed in 353 milliseconds