Searched defs:Sxth (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/codegen/arm64/ | ||
H A D | macro-assembler-arm64-inl.h | 965 void TurboAssembler::Sxth(const Register& rd, const Register& rn) { in Sxth() function in v8::internal::TurboAssembler |
/third_party/vixl/src/aarch32/ | ||
H A D | macro-assembler-aarch32.h | 5693 void Sxth(Condition cond, Register rd, const Operand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 5706 void Sxth(Register rd, const Operand& operand) { Sxth(al, rd, operand); } in MacroAssembler() function in vixl::aarch32::MacroAssembler |
/third_party/vixl/src/aarch64/ | ||
H A D | macro-assembler-aarch64.h | 2613 void Sxth(const Register& rd, const Register& rn) { in Sxth() function in vixl::aarch64::MacroAssembler 6222 void Sxth(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Sxth() function in vixl::aarch64::MacroAssembler |
Completed in 42 milliseconds