Searched refs:ShiftOperand (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/execution/arm64/ |
H A D | simulator-arm64.cc | 1095 T Simulator::ShiftOperand(T value, Shift shift_type, unsigned amount) { in ShiftOperand() function in v8::internal::Simulator 1829 uint64_t op2 = ShiftOperand(xreg(instr->Rm()), shift_type, shift_amount); 1832 uint32_t op2 = ShiftOperand(wreg(instr->Rm()), shift_type, shift_amount); 1871 uint64_t op2 = ShiftOperand(xreg(instr->Rm()), shift_type, shift_amount); 1875 uint32_t op2 = ShiftOperand(wreg(instr->Rm()), shift_type, shift_amount); 2681 result = ShiftOperand(reg<T>(instr->Rn()), shift_op, shift);
|
H A D | simulator-arm64.h | 1538 T ShiftOperand(T value, Shift shift_type, unsigned amount);
|
/third_party/vixl/src/aarch64/ |
H A D | simulator-aarch64.cc | 1013 int64_t Simulator::ShiftOperand(unsigned reg_size, in Simulator() function in vixl::aarch64::Simulator 1103 return ShiftOperand(reg_size, value, LSL, left_shift); in Simulator() 1143 offset = ShiftOperand(kXRegSize, offset, mem_op.GetShift(), shift_amount); in Simulator() 3935 int64_t op2 = ShiftOperand(reg_size, in Simulator() 4011 int64_t op2 = ShiftOperand(reg_size, in Simulator() 5570 result = ShiftOperand(reg_size, in Simulator()
|
H A D | simulator-aarch64.h | 3309 int64_t ShiftOperand(unsigned reg_size,
|
H A D | logic-aarch64.cc | 7100 int64_t result = ShiftOperand(lane_size, 7125 value = ShiftOperand(kDRegSize, value, ASR, shift);
|
Completed in 39 milliseconds