Searched refs:step_enc (Results 1 - 1 of 1) sorted by relevance
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 926 IndexOperand step_enc = IndexOperand::Prepare(this, &temps, step, zd); in Index() local 930 if (step_enc.IsImmediate()) { in Index() 931 index(zd, start_enc.GetImm5(), step_enc.GetImm5()); in Index() 933 index(zd, start_enc.GetImm5(), step_enc.GetRegister()); in Index() 936 if (step_enc.IsImmediate()) { in Index() 937 index(zd, start_enc.GetRegister(), step_enc.GetImm5()); in Index() 939 index(zd, start_enc.GetRegister(), step_enc.GetRegister()); in Index()
|
Completed in 4 milliseconds