Searched refs:Uxth (Results 1 - 11 of 11) sorted by relevance
/third_party/vixl/test/aarch32/ |
H A D | test-simulator-cond-rd-operand-rn-a32.cc | 129 M(Uxth)
|
H A D | test-simulator-cond-rd-operand-rn-t32.cc | 129 M(Uxth)
|
H A D | test-simulator-cond-rd-operand-rn-ror-amount-a32.cc | 121 M(Uxth)
|
H A D | test-simulator-cond-rd-operand-rn-ror-amount-t32.cc | 121 M(Uxth)
|
H A D | test-disasm-a32.cc | 2356 TEST_SHIFT_T32(Uxth, "uxth", 0x0000000a) in TEST() 2389 MUST_FAIL_TEST_BOTH(Uxth(r0, 0x1), "Ill-formed 'uxth' instruction.\n"); in TEST()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 1024 void TurboAssembler::Uxth(const Register& rd, const Register& rn) { in Uxth() function in v8::internal::TurboAssembler
|
H A D | macro-assembler-arm64.h | 1174 inline void Uxth(const Register& rd, const Register& rn);
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 2795 void Uxth(const Register& rd, const Register& rn) { in Uxth() function in vixl::aarch64::MacroAssembler 6463 void Uxth(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Uxth() function in vixl::aarch64::MacroAssembler
|
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 6392 void Uxth(Condition cond, Register rd, const Operand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 6405 void Uxth(Register rd, const Operand& operand) { Uxth(al, rd, operand); } in MacroAssembler() function in vixl::aarch32::MacroAssembler
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 6904 __ Uxth(x21, x1); 13781 __ Uxth(w0, w0);
|
H A D | test-assembler-sve-aarch64.cc | 6267 __ Uxth(z3.VnS(), pg, z3.VnS()); // destructive 6269 __ Uxth(z4.VnD(), pg, z31.VnD()); 6297 // Uxth (S) destructive 6303 // Uxth (D) 7114 __ Uxth(z20.VnS(), p3.Merging(), z3.VnS());
|
Completed in 88 milliseconds