Searched refs:vpops (Results 1 – 8 of 8) sorted by relevance
/art/compiler/utils/arm/ |
D | assembler_arm32.h | 197 void vpops(SRegister reg, int nregs, Condition cond = AL) OVERRIDE;
|
D | assembler_arm.cc | 460 vpops(SRegister(CTZ(fp_spill_mask)), POPCOUNT(fp_spill_mask)); in RemoveFrame()
|
D | assembler_thumb2.h | 234 void vpops(SRegister reg, int nregs, Condition cond = AL) OVERRIDE;
|
D | assembler_arm.h | 515 virtual void vpops(SRegister reg, int nregs, Condition cond = AL) = 0;
|
D | assembler_arm32.cc | 1051 void Arm32Assembler::vpops(SRegister reg, int nregs, Condition cond) { in vpops() function in art::arm::Arm32Assembler
|
D | assembler_thumb2.cc | 1983 void Thumb2Assembler::vpops(SRegister reg, int nregs, Condition cond) { in vpops() function in art::arm::Thumb2Assembler
|
/art/compiler/utils/ |
D | assembler_thumb_test.cc | 1060 __ vpops(S2, 4); in TEST() local
|
/art/compiler/optimizing/ |
D | code_generator_arm.cc | 570 __ vpops(start_register, POPCOUNT(fpu_spill_mask_)); in GenerateFrameExit() local
|