Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.cc1095 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 Dsimulator-arm64.h1538 T ShiftOperand(T value, Shift shift_type, unsigned amount);
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.cc1013 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 Dsimulator-aarch64.h3309 int64_t ShiftOperand(unsigned reg_size,
H A Dlogic-aarch64.cc7100 int64_t result = ShiftOperand(lane_size,
7125 value = ShiftOperand(kDRegSize, value, ASR, shift);

Completed in 46 milliseconds