Searched defs:Ldrexd (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/art/compiler/optimizing/ |
H A D | intrinsics_arm_vixl.cc | 2619 __ Ldrexd(LowRegisterFrom(out), HighRegisterFrom(out), address); in GenerateIntrinsicGet() local 2663 __ Ldrexd(lo, hi, address); in GenerateIntrinsicGet() local 2972 __ Ldrexd(lo_tmp, hi_tmp, address); // Ignore the retrieved value. in GenerateIntrinsicSetStore() local 2990 __ Ldrexd(lo_tmp, hi_tmp, address); // Ignore the retrieved value. in GenerateIntrinsicSetStore() local 3465 __ Ldrexd(LowRegisterFrom(old_value), HighRegisterFrom(old_value), MemOperand(ptr)); in EmitLoadExclusive() local
|
H A D | code_generator_arm_vixl.cc | 5952 __ Ldrexd(out_lo, out_hi, MemOperand(addr)); in GenerateWideAtomicLoad() local
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 2165 void Ldrexd(Condition cond, in Ldrexd() function 2178 void Ldrexd(Register rt, Register rt2, const MemOperand& operand) { in Ldrexd() function
|