/aosp_15_r20/external/vixl/test/aarch32/ |
H A D | test-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc | 1457 __ Vstr(rd, MemOperand(result_ptr, offsetof(Inputs, rd))); in TestHelper() local 1458 __ Vstr(rn, MemOperand(result_ptr, offsetof(Inputs, rn))); in TestHelper() local 1459 __ Vstr(rm, MemOperand(result_ptr, offsetof(Inputs, rm))); in TestHelper() local
|
H A D | test-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc | 1457 __ Vstr(rd, MemOperand(result_ptr, offsetof(Inputs, rd))); in TestHelper() local 1458 __ Vstr(rn, MemOperand(result_ptr, offsetof(Inputs, rn))); in TestHelper() local 1459 __ Vstr(rm, MemOperand(result_ptr, offsetof(Inputs, rm))); in TestHelper() local
|
H A D | test-utils-aarch32.cc | 74 __ Vstr(Untyped64, in Dump() local
|
/aosp_15_r20/art/compiler/utils/arm/ |
H A D | assembler_arm_vixl.cc | 345 ___ Vstr(source, MemOperand(base, offset)); in StoreSToOffset() local 351 ___ Vstr(source, MemOperand(base, offset)); in StoreDToOffset() local
|
H A D | jni_macro_assembler_arm_vixl.cc | 509 ___ Vstr(vixl32::DRegister(sreg / 2u), MemOperand(sp, frame_offset)); in MoveArguments() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_vector_arm_vixl.cc | 1018 __ Vstr(reg, VecAddress(instruction, &temps, &scratch)); in VisitVecStore() local 1029 __ Vstr(reg, VecAddress(instruction, &temps, &scratch)); in VisitVecStore() local 1039 __ Vstr(reg, VecAddress(instruction, &temps, &scratch)); in VisitVecStore() local
|
H A D | code_generator_arm_vixl.cc | 187 __ Vstr(vixl32::SRegister(first), MemOperand(sp, stack_offset)); in SaveContiguousSRegisterList() local 191 __ Vstr(vixl32::SRegister(first++), MemOperand(sp, stack_offset)); in SaveContiguousSRegisterList() local 207 __ Vstr(d_reg, MemOperand(sp, stack_offset)); in SaveContiguousSRegisterList() local 221 __ Vstr(vixl32::SRegister(last + 1), MemOperand(sp, stack_offset)); in SaveContiguousSRegisterList() local 7692 __ Vstr(temp1, MemOperand(sp, destination.GetStackIndex())); in EmitSwap() local 7693 __ Vstr(temp2, MemOperand(sp, source.GetStackIndex())); in EmitSwap() local
|
H A D | intrinsics_arm_vixl.cc | 2981 __ Vstr(SRegisterFrom(value), address); in GenerateIntrinsicSetStore() local 2996 __ Vstr(DRegisterFrom(value), address); in GenerateIntrinsicSetStore() local
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 10188 void Vstr(Condition cond, in Vstr() function 10200 void Vstr(DataType dt, DRegister rd, const MemOperand& operand) { in Vstr() function 10203 void Vstr(Condition cond, DRegister rd, const MemOperand& operand) { in Vstr() function 10206 void Vstr(DRegister rd, const MemOperand& operand) { in Vstr() function 10210 void Vstr(Condition cond, in Vstr() function 10222 void Vstr(DataType dt, SRegister rd, const MemOperand& operand) { in Vstr() function 10225 void Vstr(Condition cond, SRegister rd, const MemOperand& operand) { in Vstr() function 10228 void Vstr(SRegister rd, const MemOperand& operand) { in Vstr() function
|