Home
last modified time | relevance | path

Searched refs:s14 (Results 1 – 25 of 203) sorted by relevance

123456789

/external/compiler-rt/lib/builtins/arm/
Daddsf3vfp.S21 vmov s14, r0 // move first param from r0 into float register
23 vadd.f32 s14, s14, s15
24 vmov r0, s14 // move result back to r0
Dsubsf3vfp.S22 vmov s14, r0 // move first param from r0 into float register
24 vsub.f32 s14, s14, s15
25 vmov r0, s14 // move result back to r0
Ddivsf3vfp.S21 vmov s14, r0 // move first param from r0 into float register
23 vdiv.f32 s13, s14, s15
Dmulsf3vfp.S21 vmov s14, r0 // move first param from r0 into float register
23 vmul.f32 s13, s14, s15
Dlesf2vfp.S22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
Dgtsf2vfp.S22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
Deqsf2vfp.S22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
Dltsf2vfp.S22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
Dunordsf2vfp.S22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
Dgesf2vfp.S22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
Dnesf2vfp.S22 vmov s14, r0 // move from GPR 0 to float register
24 vcmp.f32 s14, s15
/external/llvm/test/MC/AArch64/
Dneon-scalar-shift-imm.s73 sqshl s14, s17, #22
86 uqshl s14, s19, #18
99 sqshlu s16, s14, #25
136 uqshrn h10, s14, #5
169 sqshrun h20, s14, #3
/external/libvpx/libvpx/vp9/common/mips/dspr2/
Dvp9_itrans16_dspr2.c915 int s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11, s12, s13, s14, s15; in iadst16() local
958 s14 = x14 * cospi_29_64 + x15 * cospi_3_64; in iadst16()
967 x6 = dct_const_round_shift(s6 + s14); in iadst16()
975 x14 = dct_const_round_shift(s6 - s14); in iadst16()
993 s14 = - x14 * cospi_12_64 + x15 * cospi_20_64; in iadst16()
1006 x10 = dct_const_round_shift(s10 + s14); in iadst16()
1010 x14 = dct_const_round_shift(s10 - s14); in iadst16()
1028 s14 = - x14 * cospi_24_64 + x15 * cospi_8_64; in iadst16()
1043 x12 = dct_const_round_shift(s12 + s14); in iadst16()
1045 x14 = dct_const_round_shift(s12 - s14); in iadst16()
[all …]
/external/lldb/test/arm_emulation/new-test-files/
Dtest-vpush-3-thumb.dat2 assembly_string="vpush {s11, s12, s13, s14}"
38 s14=0x00000000
91 s14=0x00000000
Dtest-vpop-3-thumb.dat2 assembly_string="vpop {s11, s12, s13, s14}"
48 s14=0x00000000
101 s14=0x00000001
Dtest-subs-1-thumb.dat38 s14=0x00000000
91 s14=0x00000000
Dtest-add-7-arm.dat38 s14=0x0000000e
91 s14=0x0000000e
Dtest-strt-1-arm.dat38 s14=0x0000000e
91 s14=0x0000000e
Dtest-sub-3-thumb.dat38 s14=0x00000000
91 s14=0x00000000
Dtest-push-2-thumb.dat38 s14=0x00000000
91 s14=0x00000000
Dtest-mvn-1-arm.dat38 s14=0x0000000e
91 s14=0x0000000e
Dtest-add-8-arm.dat38 s14=0x0000000e
91 s14=0x0000000e
Dtest-subs-1-arm.dat38 s14=0x0000000e
91 s14=0x0000000e
/external/llvm/test/MC/ARM/
Dthumb-fp-armv8.s79 vselvs.f32 s21, s16, s14
80 @ CHECK: vselvs.f32 s21, s16, s14 @ encoding: [0x58,0xfe,0x07,0xaa]
110 vrintxvs.f32 s10, s14
111 @ CHECK: vrintxvs.f32 s10, s14 @ encoding: [0xb7,0xee,0x47,0x5a]
Dfp-armv8.s76 vselvs.f32 s21, s16, s14
77 @ CHECK: vselvs.f32 s21, s16, s14 @ encoding: [0x07,0xaa,0x58,0xfe]
104 vrintxvs.f32 s10, s14
105 @ CHECK: vrintxvs.f32 s10, s14 @ encoding: [0x47,0x5a,0xb7,0x6e]

123456789