Home
last modified time | relevance | path

Searched defs:Sbcs (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.cc1799 void MacroAssembler::Sbcs(const Register& rd, in Sbcs() function in vixl::aarch64::MacroAssembler
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_arm_vixl.cc1471 __ Sbcs(temps.Acquire(), left_high, High32Bits(value)); in GenerateLongTestConstant() local
1542 __ Sbcs(temps.Acquire(), HighRegisterFrom(left), HighRegisterFrom(right)); in GenerateLongTest() local
5017 __ Sbcs(temp, out_hi, op2_hi); in GenerateMinMaxLong() local
/aosp_15_r20/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h3410 void Sbcs(Condition cond, Register rd, Register rn, const Operand& operand) { in Sbcs() function
3420 void Sbcs(Register rd, Register rn, const Operand& operand) { in Sbcs() function