/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 1449 __ Sxth(i.OutputRegister32(), i.InputRegister32(0)); in AssembleArchInstruction() 1455 __ Sxth(i.OutputRegister(), i.InputRegister32(0)); in AssembleArchInstruction() 1972 __ Sxth(i.OutputRegister(0), i.OutputRegister(0)); in AssembleArchInstruction() 2004 __ Sxth(i.OutputRegister(0), i.OutputRegister(0)); in AssembleArchInstruction() 2027 __ Sxth(i.OutputRegister(0), i.OutputRegister(0)); in AssembleArchInstruction() 2049 __ Sxth(i.OutputRegister(0), i.OutputRegister(0)); \ in AssembleArchInstruction()
|
/third_party/vixl/test/aarch32/ |
H A D | test-simulator-cond-rd-operand-rn-a32.cc | 126 M(Sxth) \
|
H A D | test-simulator-cond-rd-operand-rn-t32.cc | 126 M(Sxth) \
|
H A D | test-simulator-cond-rd-operand-rn-ror-amount-a32.cc | 118 M(Sxth) \
|
H A D | test-simulator-cond-rd-operand-rn-ror-amount-t32.cc | 118 M(Sxth) \
|
H A D | test-disasm-a32.cc | 2353 TEST_SHIFT_T32(Sxth, "sxth", 0x0000000a) in TEST() 2387 MUST_FAIL_TEST_BOTH(Sxth(r0, 0x1), "Ill-formed 'sxth' instruction.\n"); in TEST()
|
/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
|
H A D | macro-assembler-arm64.h | 1054 inline void Sxth(const Register& rd, const Register& rn);
|
/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
|
/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/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 6841 __ Sxth(x26, w1); 6842 __ Sxth(x27, x2); 13776 __ Sxth(w0, w0);
|
H A D | test-assembler-sve-aarch64.cc | 6181 __ Sxth(z3.VnS(), pg, z31.VnS()); 6183 __ Sxth(z4.VnD(), pg, z4.VnD()); // destructive 6214 // Sxth (S) 6220 // Sxth (D) destructive 7134 __ Sxth(z25.VnS(), p3.Merging(), z3.VnS());
|