Searched defs:Sxtb (Results 1 – 6 of 6) sorted by relevance
| /third_party/node/deps/v8/src/compiler/backend/arm64/ |
| D | code-generator-arm64.cc | 1446 __ Sxtb(i.OutputRegister32(), i.InputRegister32(0)); in AssembleArchInstruction() local 1452 __ Sxtb(i.OutputRegister(), i.InputRegister32(0)); in AssembleArchInstruction() local 1964 __ Sxtb(i.OutputRegister(0), i.OutputRegister(0)); in AssembleArchInstruction() local 1997 __ Sxtb(i.OutputRegister(0), i.OutputRegister(0)); in AssembleArchInstruction() local 2018 __ Sxtb(i.OutputRegister(0), i.OutputRegister(0)); in AssembleArchInstruction() local
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| D | macro-assembler-arm64-inl.h | 959 void TurboAssembler::Sxtb(const Register& rd, const Register& rn) { in Sxtb() function
|
| /third_party/vixl/test/aarch64/ |
| D | test-assembler-sve-aarch64.cc | 6176 __ Sxtb(z0.VnH(), pg, z0.VnH()); // destructive in TEST_SVE() local 6178 __ Sxtb(z1.VnS(), pg, z31.VnS()); in TEST_SVE() local 6180 __ Sxtb(z2.VnD(), pg, z2.VnD()); // destructive in TEST_SVE() local 7131 __ Sxtb(z24.VnH(), p2.Merging(), z2.VnH()); in TEST_SVE() local 7139 __ Sxtb(z26.VnD(), p4.Merging(), z4.VnD()); in TEST_SVE() local
|
| D | test-assembler-aarch64.cc | 6440 __ Sxtb(x24, w1); in TEST() local 6441 __ Sxtb(x25, x2); in TEST() local 13340 __ Sxtb(w0, w0); in TEST() local
|
| /third_party/vixl/src/aarch64/ |
| D | macro-assembler-aarch64.h | 2606 void Sxtb(const Register& rd, const Register& rn) { in Sxtb() function 6176 void Sxtb(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Sxtb() function
|
| /third_party/vixl/src/aarch32/ |
| D | macro-assembler-aarch32.h | 5663 void Sxtb(Condition cond, Register rd, const Operand& operand) { in Assembler() function 5676 void Sxtb(Register rd, const Operand& operand) { Sxtb(al, rd, operand); } in Assembler() function
|