Searched refs:vmov (Results 1 – 3 of 3) sorted by relevance
/art/runtime/arch/arm/ |
D | instruction_set_features_assembly_tests.S | 54 vmov r1, s0 62 vmov s0, r1
|
D | quick_entrypoints_arm.S | 1579 vmov d0, r0, r1 @ store into fpr, for when it's a fpr return... define 1791 vmov d0, r0, r1 define 1819 vmov d0, r0, r1 @ store into fpr, for when it's a fpr return... define 2151 vmov r0, r1, d0 2152 vmov r2, r3, d1 2154 vmov d0, r0, r1 define 2168 vmov r0, r1, d0 2170 vmov s0, r0 2179 vmov r0, r1, d0 2186 vmov r0, s0 [all …]
|
/art/compiler/optimizing/ |
D | intrinsics_arm_vixl.cc | 546 __ vmov(cond, F32, out, op2); in GenMinMaxFloat() local 629 __ vmov(cond, F64, out, op2); in GenMinMaxDouble() local
|