Home
last modified time | relevance | path

Searched defs:Vstr (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/vixl/test/aarch32/
H A Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-a32.cc1457 __ 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 Dtest-simulator-cond-dt-drt-drd-drn-drm-float-f64-t32.cc1457 __ 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 Dtest-utils-aarch32.cc74 __ Vstr(Untyped64, in Dump() local
/aosp_15_r20/art/compiler/utils/arm/
H A Dassembler_arm_vixl.cc345 ___ Vstr(source, MemOperand(base, offset)); in StoreSToOffset() local
351 ___ Vstr(source, MemOperand(base, offset)); in StoreDToOffset() local
H A Djni_macro_assembler_arm_vixl.cc509 ___ Vstr(vixl32::DRegister(sreg / 2u), MemOperand(sp, frame_offset)); in MoveArguments() local
/aosp_15_r20/art/compiler/optimizing/
H A Dcode_generator_vector_arm_vixl.cc1018 __ 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 Dcode_generator_arm_vixl.cc187 __ 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 Dintrinsics_arm_vixl.cc2981 __ Vstr(SRegisterFrom(value), address); in GenerateIntrinsicSetStore() local
2996 __ Vstr(DRegisterFrom(value), address); in GenerateIntrinsicSetStore() local
/aosp_15_r20/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.h10188 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