Home
last modified time | relevance | path

Searched refs:GetSizeLS (Results 1 - 3 of 3) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dinstructions-aarch64.h422 unsigned GetSizeLS() const { in GetSizeLS() function in vixl::aarch64::Instruction
425 VIXL_DEPRECATED("GetSizeLS", unsigned SizeLS() const) { return GetSizeLS(); }
H A Ddisasm-aarch64.cc6601 int shift = instr->GetSizeLS(); in Disassembler()
7245 AppendToOutput(" #%d", instr->GetSizeLS()); in Disassembler()
H A Dsimulator-aarch64.cc4106 int offset = instr->GetImmLSUnsigned() << instr->GetSizeLS(); in Simulator()
4270 unsigned shift_amount = instr->GetImmShiftLS() * instr->GetSizeLS(); in Simulator()
4388 unsigned access_size = 1 << instr->GetSizeLS(); in Simulator()

Completed in 29 milliseconds