Home
last modified time | relevance | path

Searched refs:imm_fn (Results 1 - 2 of 2) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dmacro-assembler-sve-aarch64.cc92 void MacroAssembler::IntWideImmHelper(IntArithImmFn imm_fn, in IntWideImmHelper() argument
102 (this->*imm_fn)(zd, zd, imm.AsInt8()); in IntWideImmHelper()
109 (this->*imm_fn)(zd, zd, imm.AsUint8()); in IntWideImmHelper()
133 IntArithImmFn imm_fn = &Assembler::mul; in Mul() local
135 IntWideImmHelper(imm_fn, reg_fn, zd, zn, imm, true); in Mul()
143 IntArithImmFn imm_fn = &Assembler::smin; in Smin() local
145 IntWideImmHelper(imm_fn, reg_fn, zd, zn, imm, true); in Smin()
153 IntArithImmFn imm_fn = &Assembler::smax; in Smax() local
155 IntWideImmHelper(imm_fn, reg_fn, zd, zn, imm, true); in Smax()
163 IntArithImmFn imm_fn in Umax() local
173 IntArithImmFn imm_fn = &Assembler::umin; Umin() local
[all...]
H A Dmacro-assembler-aarch64.h8416 void IntWideImmHelper(IntArithImmFn imm_fn,
8430 // Try to emit an add- or sub-like instruction (imm_fn) with `imm`, or the

Completed in 19 milliseconds