/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 1446 __ Sxtb(i.OutputRegister32(), i.InputRegister32(0)); in AssembleArchInstruction() 1452 __ Sxtb(i.OutputRegister(), i.InputRegister32(0)); in AssembleArchInstruction() 1964 __ Sxtb(i.OutputRegister(0), i.OutputRegister(0)); in AssembleArchInstruction() 1997 __ Sxtb(i.OutputRegister(0), i.OutputRegister(0)); in AssembleArchInstruction() 2018 __ Sxtb(i.OutputRegister(0), i.OutputRegister(0)); in AssembleArchInstruction() 2042 __ Sxtb(i.OutputRegister(0), i.OutputRegister(0)); \ in AssembleArchInstruction()
|
/third_party/vixl/test/aarch32/ |
H A D | test-simulator-cond-rd-operand-rn-a32.cc | 124 M(Sxtb) \
|
H A D | test-simulator-cond-rd-operand-rn-t32.cc | 124 M(Sxtb) \
|
H A D | test-simulator-cond-rd-operand-rn-ror-amount-a32.cc | 116 M(Sxtb) \
|
H A D | test-simulator-cond-rd-operand-rn-ror-amount-t32.cc | 116 M(Sxtb) \
|
H A D | test-disasm-a32.cc | 2352 TEST_SHIFT_T32(Sxtb, "sxtb", 0x0000000a) in TEST() 2386 MUST_FAIL_TEST_BOTH(Sxtb(r0, 0x1), "Ill-formed 'sxtb' instruction.\n"); in TEST()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 959 void TurboAssembler::Sxtb(const Register& rd, const Register& rn) { in Sxtb() function in v8::internal::TurboAssembler
|
H A D | macro-assembler-arm64.h | 1053 inline void Sxtb(const Register& rd, const Register& rn);
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 2606 void Sxtb(const Register& rd, const Register& rn) { in Sxtb() function in vixl::aarch64::MacroAssembler 6217 void Sxtb(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Sxtb() function in vixl::aarch64::MacroAssembler
|
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-sve-aarch64.cc | 6175 __ Sxtb(z0.VnH(), pg, z0.VnH()); // destructive 6177 __ Sxtb(z1.VnS(), pg, z31.VnS()); 6179 __ Sxtb(z2.VnD(), pg, z2.VnD()); // destructive 6196 // Sxtb (H) destructive 6202 // Sxtb (S) 6208 // Sxtb (D) destructive 7130 __ Sxtb(z24.VnH(), p2.Merging(), z2.VnH()); 7138 __ Sxtb(z26.VnD(), p4.Merging(), z4.VnD());
|
H A D | test-assembler-aarch64.cc | 6839 __ Sxtb(x24, w1); 6840 __ Sxtb(x25, x2); 13766 __ Sxtb(w0, w0);
|
/third_party/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 5663 void Sxtb(Condition cond, Register rd, const Operand& operand) { in MacroAssembler() function in vixl::aarch32::MacroAssembler 5676 void Sxtb(Register rd, const Operand& operand) { Sxtb(al, rd, operand); } in MacroAssembler() function in vixl::aarch32::MacroAssembler
|