Home
last modified time | relevance | path

Searched refs:sxtb (Results 1 - 25 of 25) sorted by relevance

/third_party/node/deps/v8/src/diagnostics/arm/
H A Ddisasm-arm.cc1120 Format(instr, "sxtb'cond 'rd, 'rm"); in DecodeType3()
1123 Format(instr, "sxtb'cond 'rd, 'rm, ror #8"); in DecodeType3()
1126 Format(instr, "sxtb'cond 'rd, 'rm, ror #16"); in DecodeType3()
1129 Format(instr, "sxtb'cond 'rd, 'rm, ror #24"); in DecodeType3()
/third_party/vixl/test/aarch32/
H A Dtest-assembler-cond-rd-operand-rn-t32.cc60 M(sxtb) \
342 #include "aarch32/traces/assembler-cond-rd-operand-rn-sxtb-t32.h"
H A Dtest-assembler-cond-rd-operand-rn-a32.cc60 M(sxtb) \
1117 #include "aarch32/traces/assembler-cond-rd-operand-rn-sxtb-a32.h"
H A Dtest-assembler-cond-rd-operand-rn-ror-amount-a32.cc52 M(sxtb) \
1317 #include "aarch32/traces/assembler-cond-rd-operand-rn-ror-amount-sxtb-a32.h"
H A Dtest-assembler-cond-rd-operand-rn-ror-amount-t32.cc52 M(sxtb) \
1205 #include "aarch32/traces/assembler-cond-rd-operand-rn-ror-amount-sxtb-t32.h"
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.h3571 void sxtb(Condition cond,
3575 void sxtb(Register rd, const Operand& operand) { in sxtb() function in vixl::aarch32::Assembler
3576 sxtb(al, Best, rd, operand); in sxtb()
3578 void sxtb(Condition cond, Register rd, const Operand& operand) { in sxtb() function in vixl::aarch32::Assembler
3579 sxtb(cond, Best, rd, operand); in sxtb()
3581 void sxtb(EncodingSize size, Register rd, const Operand& operand) { in sxtb() function in vixl::aarch32::Assembler
3582 sxtb(al, size, rd, operand); in sxtb()
H A Ddisasm-aarch32.h1353 void sxtb(Condition cond,
H A Ddisasm-aarch32.cc3261 void Disassembler::sxtb(Condition cond, in sxtb() function in vixl::aarch32::Disassembler
8062 sxtb(CurrentCond(), in DecodeT32()
20795 sxtb(CurrentCond(), in DecodeT32()
20804 sxtb(CurrentCond(), in DecodeT32()
[all...]
H A Dassembler-aarch32.cc12636 void Assembler::sxtb(Condition cond, in sxtb() function in vixl::aarch32::Assembler
12679 Delegate(kSxtb, &Assembler::sxtb, cond, size, rd, operand); in sxtb()
H A Dmacro-assembler-aarch32.h5674 sxtb(cond, rd, operand); in MacroAssembler()
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h1532 sxtb(dst.W(), src.W()); in emit_i32_signextend_i8()
1541 sxtb(dst.gp(), src.gp()); in emit_i64_signextend_i8()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h962 sxtb(rd, rn); in Sxtb()
H A Dassembler-arm64.h638 void sxtb(const Register& rd, const Register& rn) { sbfm(rd, rn, 0, 7); }
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h575 void sxtb(Register dst, Register src, int rotate = 0, Condition cond = al);
H A Dassembler-arm.cc1932 void Assembler::sxtb(Register dst, Register src, int rotate, Condition cond) { in sxtb() function in v8::internal::Assembler
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc337 COMPARE(adds(w15, w16, Operand(w17, SXTB, 4)), "adds w15, w16, w17, sxtb #4"); in TEST()
338 COMPARE(add(x18, x19, Operand(x20, SXTB, 3)), "add x18, x19, w20, sxtb #3"); in TEST()
363 COMPARE(subs(w15, w16, Operand(w17, SXTB, 4)), "subs w15, w16, w17, sxtb #4"); in TEST()
364 COMPARE(sub(x18, x19, Operand(x20, SXTB, 3)), "sub x18, x19, w20, sxtb #3"); in TEST()
368 COMPARE(cmp(w0, Operand(w1, SXTB, 1)), "cmp w0, w1, sxtb #1"); in TEST()
528 COMPARE(sxtb(w0, w1), "sxtb w0, w1"); in TEST()
529 COMPARE(sxtb(x2, x3), "sxtb x2, w3"); in TEST()
533 COMPARE(sxtb(x in TEST()
[all...]
H A Dtest-api-movprfx-aarch64.cc274 __ sxtb(z28.VnS(), p6.Merging(), z28.VnS()); in TEST()
834 __ sxtb(z26.VnS(), p5.Merging(), z17.VnS()); in TEST()
1612 __ sxtb(z5.VnD(), p6.Merging(), z20.VnD()); in TEST()
H A Dtest-trace-aarch64.cc349 __ sxtb(w8, w9); in GenerateTestSequenceBase()
350 __ sxtb(x10, x11); in GenerateTestSequenceBase()
H A Dtest-disasm-sve-aarch64.cc2986 COMPARE(sxtb(z19.VnH(), p7.Merging(), z3.VnH()), "sxtb z19.h, p7/m, z3.h"); in TEST()
2987 COMPARE(sxtb(z3.VnS(), p1.Merging(), z17.VnS()), "sxtb z3.s, p1/m, z17.s"); in TEST()
2988 COMPARE(sxtb(z27.VnD(), p0.Merging(), z12.VnD()), "sxtb z27.d, p0/m, z12.d"); in TEST()
3000 COMPARE(dci(0x0410a000), "unallocated (Unallocated)"); // sxtb b in TEST()
H A Dtest-cpu-features-aarch64.cc497 TEST_NONE(sxtb_0, sxtb(w0, w1))
498 TEST_NONE(sxtb_1, sxtb(x0, w1))
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.h842 void sxtb(const Register& rd, const Register& rn) { sbfm(rd, rn, 0, 7); } in sxtb() function in vixl::aarch64::Assembler
5659 void sxtb(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn);
H A Dmacro-assembler-aarch64.h2611 sxtb(rd, rn); in Sxtb()
6220 sxtb(zd, pg, zn); in Sxtb()
H A Dassembler-sve-aarch64.cc3472 void Assembler::sxtb(const ZRegister& zd, in sxtb() function in vixl::aarch64::Assembler
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dcode-generator-arm.cc1156 __ sxtb(i.OutputRegister(), i.InputRegister(0), i.InputInt32(1)); in AssembleArchInstruction()
3357 __ sxtb(i.OutputRegister(0), i.OutputRegister(0)); in AssembleArchInstruction()
3377 __ sxtb(i.OutputRegister(0), i.OutputRegister(0)); in AssembleArchInstruction()
3406 __ sxtb(i.OutputRegister(0), i.OutputRegister(0)); \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h2180 sxtb(dst, src); in emit_i32_signextend_i8()

Completed in 236 milliseconds