Home
last modified time | relevance | path

Searched defs:Sbc (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc5233 __ Sbc(x7, x4, Operand(x3, LSR, 4)); in TEST() local
5239 __ Sbc(w12, w4, Operand(w3, LSR, 4)); in TEST() local
5248 __ Sbc(x20, x4, Operand(x3, LSR, 4)); in TEST() local
5254 __ Sbc(w25, w4, Operand(w3, LSR, 4)); in TEST() local
5302 __ Sbc(x12, x1, Operand(w2, UXTW, 4)); in TEST() local
5314 __ Sbc(x22, x1, Operand(w2, UXTW, 4)); in TEST() local
5399 __ Sbc(x9, x0, Operand(0x1234567890abcdef)); in TEST() local
5400 __ Sbc(w10, w0, Operand(0xffffffff)); in TEST() local
5409 __ Sbc(x20, x0, Operand(0x1234567890abcdef)); in TEST() local
5410 __ Sbc(w21, w0, Operand(0xffffffff)); in TEST() local
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.cc1173 __ Sbc(out_hi, first_hi, second_hi); in GenerateDataProc() local
3333 __ Sbc(out, in, temp); in GenerateConditionWithZero() local
3883 __ Sbc(HighRegisterFrom(out), HighRegisterFrom(out), HighRegisterFrom(out)); in VisitNeg() local
4387 __ Sbc(HighRegisterFrom(out), HighRegisterFrom(first), HighRegisterFrom(second)); in VisitSub() local
9028 __ Sbc(out_high, first_high, ~value_high); in GenerateAddLongConst() local
H A Dintrinsics_arm_vixl.cc791 __ Sbc(temp0, temp0, 0); // Complete the move of the compression flag. in GenerateStringCompareToLoop() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc1791 void MacroAssembler::Sbc(const Register& rd, in Sbc() function in vixl::aarch64::MacroAssembler
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceInstARM32.h415 Sbc, enumerator
/aosp_15_r20/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h3362 void Sbc(Condition cond, Register rd, Register rn, const Operand& operand) { in Sbc() function
3376 void Sbc(Register rd, Register rn, const Operand& operand) { in Sbc() function
3379 void Sbc(FlagsUpdate flags, in Sbc() function
3403 void Sbc(FlagsUpdate flags, in Sbc() function