Searched defs:Vpush (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/vixl/examples/aarch32/ |
H A D | pi.cc | 40 __ Vpush(Untyped64, DRegisterList(d8, 8)); in GenerateApproximatePi() local
|
/aosp_15_r20/art/compiler/utils/arm/ |
H A D | jni_macro_assembler_arm_vixl.cc | 124 ___ Vpush(SRegisterList(vixl32::SRegister(first), POPCOUNT(fp_spill_mask))); in BuildFrame() local
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 8440 void Vpush(Condition cond, DataType dt, DRegisterList dreglist) { in Vpush() function 8448 void Vpush(DataType dt, DRegisterList dreglist) { Vpush(al, dt, dreglist); } in Vpush() function 8449 void Vpush(Condition cond, DRegisterList dreglist) { in Vpush() function 8452 void Vpush(DRegisterList dreglist) { in Vpush() function 8456 void Vpush(Condition cond, DataType dt, SRegisterList sreglist) { in Vpush() function 8464 void Vpush(DataType dt, SRegisterList sreglist) { Vpush(al, dt, sreglist); } in Vpush() function 8465 void Vpush(Condition cond, SRegisterList sreglist) { in Vpush() function 8468 void Vpush(SRegisterList sreglist) { in Vpush() function
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_arm_vixl.cc | 2464 __ Vpush(SRegisterList(vixl32::SRegister(first), POPCOUNT(fpu_spill_mask_))); in GenerateFrameEntry() local
|