Searched defs:Sbcs (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.cc | 1799 void MacroAssembler::Sbcs(const Register& rd, in Sbcs() function in vixl::aarch64::MacroAssembler
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_arm_vixl.cc | 1471 __ 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 D | macro-assembler-aarch32.h | 3410 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
|