Searched defs:Sxtb (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/art/compiler/utils/arm64/ |
H A D | jni_macro_assembler_arm64.cc | 602 ___ Sxtb(reg_w(reg.AsWRegister()), reg_w(reg.AsWRegister())); in SignExtend() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | intrinsics_arm64.cc | 1356 __ Sxtb(old_value, old_value); in EmitLoadExclusive() local 5474 __ Sxtb(out.W(), old_value); in GenerateVarHandleCompareAndSetOrExchange() local 5739 __ Sxtb(out_or_temp.W(), old_value.W()); in GenerateVarHandleGetAndUpdate() local
|
H A D | intrinsics_arm_vixl.cc | 3473 __ Sxtb(RegisterFrom(old_value), RegisterFrom(old_value)); in EmitLoadExclusive() local
|
/aosp_15_r20/external/vixl/test/aarch64/ |
H A 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
|
H A 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
|
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 2479 void Sxtb(const Register& rd, const Register& rn) { in Sxtb() function 6049 void Sxtb(const ZRegister& zd, const PRegisterM& pg, const ZRegister& zn) { in Sxtb() function
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 4722 void Sxtb(Condition cond, Register rd, const Operand& operand) { in Sxtb() function 4731 void Sxtb(Register rd, const Operand& operand) { Sxtb(al, rd, operand); } in Sxtb() function
|