Home
last modified time | relevance | path

Searched refs:zn2 (Results 1 - 4 of 4) sorted by relevance

/third_party/vixl/src/aarch64/
H A Dassembler-sve-aarch64.cc5947 const ZRegister& zn2) { in splice_con()
5952 USE(zn2); in splice_con()
5954 VIXL_ASSERT(AreConsecutive(zn1, zn2)); in splice_con()
5955 VIXL_ASSERT(AreSameLaneSize(zd, zn1, zn2)); in splice_con()
8962 const ZRegister& zn2, in tbl()
8968 USE(zn2); in tbl()
8970 VIXL_ASSERT(AreConsecutive(zn1, zn2)); in tbl()
8971 VIXL_ASSERT(AreSameLaneSize(zd, zn1, zn2, zm)); in tbl()
8973 Emit(0x05202800 | SVESize(zd) | Rd(zd) | Rn(zn1) | Rn(zn2) | Rm(zm)); in tbl()
5944 splice_con(const ZRegister& zd, const PRegister& pg, const ZRegister& zn1, const ZRegister& zn2) splice_con() argument
8960 tbl(const ZRegister& zd, const ZRegister& zn1, const ZRegister& zn2, const ZRegister& zm) tbl() argument
H A Dsimulator-aarch64.cc2197 SimVRegister& zn2 = ReadVRegister((instr->GetRn() + 1) % kNumberOfZRegisters); in Simulator() local
2203 ext(kFormatVnB, zd, zn, zn2, index); in Simulator()
13589 SimVRegister& zn2 = ReadVRegister((instr->GetRn() + 1) % kNumberOfZRegisters); in Simulator() local
13597 splice(vform, zd, pg, zn, zn2); in Simulator()
13708 SimVRegister& zn2 = ReadVRegister((instr->GetRn() + 1) % kNumberOfZRegisters); in Simulator() local
13716 tbl(vform, zd, zn, zn2, zm); in Simulator()
H A Dmacro-assembler-aarch64.h7320 const ZRegister& zn2, in Tbl()
7324 tbl(zd, zn1, zn2, zm); in Tbl()
7318 Tbl(const ZRegister& zd, const ZRegister& zn1, const ZRegister& zn2, const ZRegister& zm) Tbl() argument
H A Dassembler-aarch64.h6618 const ZRegister& zn2,

Completed in 68 milliseconds