Home
last modified time | relevance | path

Searched refs:Uxth (Results 1 - 11 of 11) sorted by relevance

/third_party/vixl/test/aarch32/
H A Dtest-simulator-cond-rd-operand-rn-a32.cc129 M(Uxth)
H A Dtest-simulator-cond-rd-operand-rn-t32.cc129 M(Uxth)
H A Dtest-simulator-cond-rd-operand-rn-ror-amount-a32.cc121 M(Uxth)
H A Dtest-simulator-cond-rd-operand-rn-ror-amount-t32.cc121 M(Uxth)
H A Dtest-disasm-a32.cc2356 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 Dmacro-assembler-arm64-inl.h1024 void TurboAssembler::Uxth(const Register& rd, const Register& rn) { in Uxth() function in v8::internal::TurboAssembler
H A Dmacro-assembler-arm64.h1174 inline void Uxth(const Register& rd, const Register& rn);
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h2795 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 Dmacro-assembler-aarch32.h6392 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 Dtest-assembler-aarch64.cc6904 __ Uxth(x21, x1);
13781 __ Uxth(w0, w0);
H A Dtest-assembler-sve-aarch64.cc6267 __ 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