Searched refs:Insr (Results 1 - 4 of 4) sorted by relevance
/third_party/vixl/test/aarch64/ |
H A D | test-utils-aarch64.h | 648 // Call masm->Insr repeatedly to allow test inputs to be set up concisely. This 664 masm->Insr(zdn, values[i]); in InsrHelper()
|
H A D | test-assembler-sve-aarch64.cc | 147 // Test basic `Insr` behaviour. 148 __ Insr(z0.VnB(), 1); 149 __ Insr(z0.VnB(), 2); 150 __ Insr(z0.VnB(), x0); 151 __ Insr(z0.VnB(), -42); 152 __ Insr(z0.VnB(), 0); 160 __ Insr(z2.VnB(), -42); // 0xd6 161 __ Insr(z2.VnB(), 0xfe); // 0xfe 162 __ Insr(z2.VnH(), -42); // 0xffd6 163 __ Insr(z [all...] |
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-sve-aarch64.cc | 944 void MacroAssembler::Insr(const ZRegister& zdn, IntegerOperand imm) { in Insr() function in vixl::aarch64::MacroAssembler
|
H A D | macro-assembler-aarch64.h | 4949 void Insr(const ZRegister& zdn, const Register& rm) { in Insr() function in vixl::aarch64::MacroAssembler 4954 void Insr(const ZRegister& zdn, const VRegister& vm) { in Insr() function in vixl::aarch64::MacroAssembler 4959 void Insr(const ZRegister& zdn, IntegerOperand imm);
|
Completed in 22 milliseconds