/external/valgrind/none/tests/ppc32/ |
D | test_dfp4.c | 85 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) ) 98 _Decimal64 f14 = val1->dec_val; in _test_dtstdc() local 106 __asm__ __volatile__ ("dtstdc 5, %0, 1" : : "f" (f14)); in _test_dtstdc() 108 __asm__ __volatile__ ("dtstdc 0, %0, 1" : : "f" (f14)); in _test_dtstdc() 112 __asm__ __volatile__ ("dtstdc 5, %0, 2" : : "f" (f14)); in _test_dtstdc() 114 __asm__ __volatile__ ("dtstdc 0, %0, 2" : : "f" (f14)); in _test_dtstdc() 118 __asm__ __volatile__ ("dtstdc 5, %0, 4" : : "f" (f14)); in _test_dtstdc() 120 __asm__ __volatile__ ("dtstdc 0, %0, 4" : : "f" (f14)); in _test_dtstdc() 124 __asm__ __volatile__ ("dtstdc 5, %0, 8" : : "f" (f14)); in _test_dtstdc() 126 __asm__ __volatile__ ("dtstdc 0, %0, 8" : : "f" (f14)); in _test_dtstdc() [all …]
|
D | test_dfp1.c | 29 register double f14 __asm__ ("fr14"); 77 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) ) 85 __asm__ __volatile__ ("dadd. %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_dadd() 87 __asm__ __volatile__ ("dadd %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_dadd() 93 __asm__ __volatile__ ("dsub. %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_dsub() 95 __asm__ __volatile__ ("dsub %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_dsub() 101 __asm__ __volatile__ ("dmul. %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_dmul() 103 __asm__ __volatile__ ("dmul %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_dmul() 109 __asm__ __volatile__ ("ddiv. %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_ddiv() 111 __asm__ __volatile__ ("ddiv %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_ddiv() [all …]
|
D | test_dfp2.c | 35 register double f14 __asm__ ("fr14"); 55 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) ) 116 __asm__ __volatile__ ("dscri %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_0)); in _test_dscri() 120 __asm__ __volatile__ ("dscri %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_1)); in _test_dscri() 124 __asm__ __volatile__ ("dscri %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_2)); in _test_dscri() 128 __asm__ __volatile__ ("dscri %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_3)); in _test_dscri() 139 __asm__ __volatile__ ("dscli %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_0)); in _test_dscli() 143 __asm__ __volatile__ ("dscli %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_1)); in _test_dscli() 147 __asm__ __volatile__ ("dscli %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_2)); in _test_dscli() 151 __asm__ __volatile__ ("dscli %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_3)); in _test_dscli() [all …]
|
D | test_dfp3.c | 30 register double f14 __asm__ ("fr14"); 78 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) ) 157 __asm__ __volatile__ ("diex %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_diex() 173 __asm__ __volatile__ ("dcmpo 0, %0, %1" : : "f" (f14),"f" (f16)); in _test_dcmpo() 176 __asm__ __volatile__ ("dcmpo 1, %0, %1" : : "f" (f14),"f" (f16)); in _test_dcmpo() 179 __asm__ __volatile__ ("dcmpo 2, %0, %1" : : "f" (f14),"f" (f16)); in _test_dcmpo() 182 __asm__ __volatile__ ("dcmpo 3, %0, %1" : : "f" (f14),"f" (f16)); in _test_dcmpo() 185 __asm__ __volatile__ ("dcmpo 4, %0, %1" : : "f" (f14),"f" (f16)); in _test_dcmpo() 188 __asm__ __volatile__ ("dcmpo 5, %0, %1" : : "f" (f14),"f" (f16)); in _test_dcmpo() 191 __asm__ __volatile__ ("dcmpo 6, %0, %1" : : "f" (f14),"f" (f16)); in _test_dcmpo() [all …]
|
/external/valgrind/none/tests/ppc64/ |
D | test_dfp4.c | 85 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) ) 98 _Decimal64 f14 = val1->dec_val; in _test_dtstdc() local 106 __asm__ __volatile__ ("dtstdc 5, %0, 1" : : "f" (f14)); in _test_dtstdc() 108 __asm__ __volatile__ ("dtstdc 0, %0, 1" : : "f" (f14)); in _test_dtstdc() 112 __asm__ __volatile__ ("dtstdc 5, %0, 2" : : "f" (f14)); in _test_dtstdc() 114 __asm__ __volatile__ ("dtstdc 0, %0, 2" : : "f" (f14)); in _test_dtstdc() 118 __asm__ __volatile__ ("dtstdc 5, %0, 4" : : "f" (f14)); in _test_dtstdc() 120 __asm__ __volatile__ ("dtstdc 0, %0, 4" : : "f" (f14)); in _test_dtstdc() 124 __asm__ __volatile__ ("dtstdc 5, %0, 8" : : "f" (f14)); in _test_dtstdc() 126 __asm__ __volatile__ ("dtstdc 0, %0, 8" : : "f" (f14)); in _test_dtstdc() [all …]
|
D | test_dfp1.c | 29 register double f14 __asm__ ("fr14"); 77 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) ) 85 __asm__ __volatile__ ("dadd. %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_dadd() 87 __asm__ __volatile__ ("dadd %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_dadd() 93 __asm__ __volatile__ ("dsub. %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_dsub() 95 __asm__ __volatile__ ("dsub %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_dsub() 101 __asm__ __volatile__ ("dmul. %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_dmul() 103 __asm__ __volatile__ ("dmul %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_dmul() 109 __asm__ __volatile__ ("ddiv. %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_ddiv() 111 __asm__ __volatile__ ("ddiv %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_ddiv() [all …]
|
D | test_dfp2.c | 35 register double f14 __asm__ ("fr14"); 55 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) ) 116 __asm__ __volatile__ ("dscri %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_0)); in _test_dscri() 120 __asm__ __volatile__ ("dscri %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_1)); in _test_dscri() 124 __asm__ __volatile__ ("dscri %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_2)); in _test_dscri() 128 __asm__ __volatile__ ("dscri %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_3)); in _test_dscri() 139 __asm__ __volatile__ ("dscli %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_0)); in _test_dscli() 143 __asm__ __volatile__ ("dscli %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_1)); in _test_dscli() 147 __asm__ __volatile__ ("dscli %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_2)); in _test_dscli() 151 __asm__ __volatile__ ("dscli %0, %1, %2" : "=f" (f18) : "f" (f14), "i" (SH_3)); in _test_dscli() [all …]
|
D | test_dfp3.c | 30 register double f14 __asm__ ("fr14"); 78 __asm__ __volatile__ ("mtfsf 1, %0, 0, 1" : : "f"(f14) ) 157 __asm__ __volatile__ ("diex %0, %1, %2" : "=f" (f18) : "f" (f14),"f" (f16)); in _test_diex() 173 __asm__ __volatile__ ("dcmpo 0, %0, %1" : : "f" (f14),"f" (f16)); in _test_dcmpo() 176 __asm__ __volatile__ ("dcmpo 1, %0, %1" : : "f" (f14),"f" (f16)); in _test_dcmpo() 179 __asm__ __volatile__ ("dcmpo 2, %0, %1" : : "f" (f14),"f" (f16)); in _test_dcmpo() 182 __asm__ __volatile__ ("dcmpo 3, %0, %1" : : "f" (f14),"f" (f16)); in _test_dcmpo() 185 __asm__ __volatile__ ("dcmpo 4, %0, %1" : : "f" (f14),"f" (f16)); in _test_dcmpo() 188 __asm__ __volatile__ ("dcmpo 5, %0, %1" : : "f" (f14),"f" (f16)); in _test_dcmpo() 191 __asm__ __volatile__ ("dcmpo 6, %0, %1" : : "f" (f14),"f" (f16)); in _test_dcmpo() [all …]
|
/external/llvm/test/MC/Mips/ |
D | mips-fpu-instructions.s | 9 # CHECK: abs.d $f12, $f14 # encoding: [0x05,0x73,0x20,0x46] 11 # CHECK: add.d $f8, $f12, $f14 # encoding: [0x00,0x62,0x2e,0x46] 13 # CHECK: floor.w.d $f12, $f14 # encoding: [0x0f,0x73,0x20,0x46] 15 # CHECK: ceil.w.d $f12, $f14 # encoding: [0x0e,0x73,0x20,0x46] 17 # CHECK: mul.d $f8, $f12, $f14 # encoding: [0x02,0x62,0x2e,0x46] 19 # CHECK: neg.d $f12, $f14 # encoding: [0x07,0x73,0x20,0x46] 21 # CHECK: round.w.d $f12, $f14 # encoding: [0x0c,0x73,0x20,0x46] 23 # CHECK: sqrt.d $f12, $f14 # encoding: [0x04,0x73,0x20,0x46] 25 # CHECK: sub.d $f8, $f12, $f14 # encoding: [0x01,0x62,0x2e,0x46] 27 # CHECK: trunc.w.d $f12, $f14 # encoding: [0x0d,0x73,0x20,0x46] [all …]
|
/external/capstone/suite/MC/Mips/ |
D | mips-fpu-instructions.s.cs | 2 0x05,0x73,0x20,0x46 = abs.d $f12, $f14 4 0x00,0x62,0x2e,0x46 = add.d $f8, $f12, $f14 6 0x0f,0x73,0x20,0x46 = floor.w.d $f12, $f14 8 0x0e,0x73,0x20,0x46 = ceil.w.d $f12, $f14 10 0x02,0x62,0x2e,0x46 = mul.d $f8, $f12, $f14 12 0x07,0x73,0x20,0x46 = neg.d $f12, $f14 14 0x0c,0x73,0x20,0x46 = round.w.d $f12, $f14 16 0x04,0x73,0x20,0x46 = sqrt.d $f12, $f14 18 0x01,0x62,0x2e,0x46 = sub.d $f8, $f12, $f14 20 0x0d,0x73,0x20,0x46 = trunc.w.d $f12, $f14 [all …]
|
/external/llvm/test/CodeGen/Mips/llvm-ir/ |
D | select-flt.ll | 41 ; M3: mov.s $f13, $f14 58 ; CMOV-64: movn.s $f14, $f13, $[[T0]] 59 ; CMOV-64: mov.s $f0, $f14 62 ; SEL-64: sel.s $f0, $f14, $f13 81 ; M2: mov.s $f12, $f14 88 ; CMOV-32: movn.s $f14, $f12, $[[T0]] 89 ; CMOV-32: mov.s $f0, $f14 92 ; SEL-32: sel.s $f0, $f14, $f12 113 ; M2: c.olt.s $f12, $f14 117 ; M2: mov.s $f12, $f14 [all …]
|
D | select-dbl.ll | 63 ; M3: mov.d $f13, $f14 69 ; CMOV-64: movn.d $f14, $f13, $[[T0]] 70 ; CMOV-64: mov.d $f0, $f14 73 ; SEL-64: sel.d $f0, $f14, $f13 94 ; M2: mov.d $f12, $f14 101 ; CMOV-32: movn.d $f14, $f12, $[[T1]] 102 ; CMOV-32: mov.d $f0, $f14 106 ; SEL-32: sel.d $f0, $f14, $f12 125 ; MM32R3: movn.d $f14, $f12, $[[T1]] 126 ; MM32R3: mov.d $f0, $f14 [all …]
|
/external/llvm/test/CodeGen/Mips/ |
D | fmadd1.ll | 26 ; 32-DAG: mul.s $[[T1:f[0-9]+]], $f12, $f14 32 ; 32R2: madd.s $[[T1:f[0-9]+]], $[[T0]], $f12, $f14 37 ; 32R6-DAG: mul.s $[[T1:f[0-9]+]], $f12, $f14 42 ; 64-DAG: madd.s $[[T0:f[0-9]+]], $f14, $f12, $f13 46 ; 64R2: madd.s $[[T0:f[0-9]+]], $f14, $f12, $f13 51 ; 64R6-DAG: add.s $[[T1:f[0-9]+]], $[[T0]], $f14 66 ; 32-DAG: mul.s $[[T1:f[0-9]+]], $f12, $f14 72 ; 32R2: msub.s $[[T1:f[0-9]+]], $[[T0]], $f12, $f14 77 ; 32R6-DAG: mul.s $[[T1:f[0-9]+]], $f12, $f14 82 ; 64-DAG: msub.s $[[T0:f[0-9]+]], $f14, $f12, $f13 [all …]
|
D | fcmp.ll | 43 ; 32-C-DAG: c.eq.s $f12, $f14 50 ; 32-CMP-DAG: cmp.eq.s $[[T0:f[0-9]+]], $f12, $f14 60 ; MM32R3-DAG: c.eq.s $f12, $f14 63 ; MM32R6-DAG: cmp.eq.s $[[T0:f[0-9]+]], $f12, $f14 77 ; 32-C-DAG: c.ule.s $f12, $f14 84 ; 32-CMP-DAG: cmp.lt.s $[[T0:f[0-9]+]], $f14, $f12 94 ; MM32R3-DAG: c.ule.s $f12, $f14 97 ; MM32R6-DAG: cmp.lt.s $[[T0:f[0-9]+]], $f14, $f12 111 ; 32-C-DAG: c.ult.s $f12, $f14 118 ; 32-CMP-DAG: cmp.le.s $[[T0:f[0-9]+]], $f14, $f12 [all …]
|
D | select.ll | 149 ; 64: movn.s $f14, $f13, $4 150 ; 64: mov.s $f0, $f14 152 ; 64R2: movn.s $f14, $f13, $4 153 ; 64R2: mov.s $f0, $f14 157 ; 64R6: sel.s $[[CC]], $f14, $f13 185 ; 64: movn.d $f14, $f13, $4 186 ; 64: mov.d $f0, $f14 188 ; 64R2: movn.d $f14, $f13, $4 189 ; 64R2: mov.d $f0, $f14 193 ; 64R6: sel.d $[[CC]], $f14, $f13 [all …]
|
/external/llvm/test/MC/Disassembler/Mips/mips32/ |
D | valid-mips32-el.txt | 2 0x05 0x73 0x20 0x46 # CHECK: abs.d $f12, $f14 5 0x00 0x62 0x2e 0x46 # CHECK: add.d $f8, $f12, $f14 25 0x32 0x60 0x2e 0x46 # CHECK: c.eq.d $f12, $f14 27 0x30 0x60 0x2e 0x46 # CHECK: c.f.d $f12, $f14 29 0x3e 0x60 0x2e 0x46 # CHECK: c.le.d $f12, $f14 31 0x3c 0x60 0x2e 0x46 # CHECK: c.lt.d $f12, $f14 33 0x3d 0x60 0x2e 0x46 # CHECK: c.nge.d $f12, $f14 35 0x3b 0x60 0x2e 0x46 # CHECK: c.ngl.d $f12, $f14 37 0x39 0x60 0x2e 0x46 # CHECK: c.ngle.d $f12, $f14 39 0x3f 0x60 0x2e 0x46 # CHECK: c.ngt.d $f12, $f14 [all …]
|
/external/llvm/test/MC/Disassembler/Mips/mips32r5/ |
D | valid-mips32r5-el.txt | 2 0x05 0x73 0x20 0x46 # CHECK: abs.d $f12, $f14 5 0x00 0x62 0x2e 0x46 # CHECK: add.d $f8, $f12, $f14 23 0x32 0x60 0x2e 0x46 # CHECK: c.eq.d $f12, $f14 25 0x30 0x60 0x2e 0x46 # CHECK: c.f.d $f12, $f14 27 0x3e 0x60 0x2e 0x46 # CHECK: c.le.d $f12, $f14 29 0x3c 0x60 0x2e 0x46 # CHECK: c.lt.d $f12, $f14 31 0x3d 0x60 0x2e 0x46 # CHECK: c.nge.d $f12, $f14 33 0x3b 0x60 0x2e 0x46 # CHECK: c.ngl.d $f12, $f14 35 0x39 0x60 0x2e 0x46 # CHECK: c.ngle.d $f12, $f14 37 0x3f 0x60 0x2e 0x46 # CHECK: c.ngt.d $f12, $f14 [all …]
|
/external/llvm/test/MC/Disassembler/Mips/mips32r2/ |
D | valid-mips32r2-el.txt | 5 0x05 0x73 0x20 0x46 # CHECK: abs.d $f12, $f14 8 0x00 0x62 0x2e 0x46 # CHECK: add.d $f8, $f12, $f14 26 0x32 0x60 0x2e 0x46 # CHECK: c.eq.d $f12, $f14 28 0x30 0x60 0x2e 0x46 # CHECK: c.f.d $f12, $f14 30 0x3e 0x60 0x2e 0x46 # CHECK: c.le.d $f12, $f14 32 0x3c 0x60 0x2e 0x46 # CHECK: c.lt.d $f12, $f14 34 0x3d 0x60 0x2e 0x46 # CHECK: c.nge.d $f12, $f14 36 0x3b 0x60 0x2e 0x46 # CHECK: c.ngl.d $f12, $f14 38 0x39 0x60 0x2e 0x46 # CHECK: c.ngle.d $f12, $f14 40 0x3f 0x60 0x2e 0x46 # CHECK: c.ngt.d $f12, $f14 [all …]
|
/external/llvm/test/MC/Disassembler/Mips/mips32r3/ |
D | valid-mips32r3-el.txt | 2 0x05 0x73 0x20 0x46 # CHECK: abs.d $f12, $f14 5 0x00 0x62 0x2e 0x46 # CHECK: add.d $f8, $f12, $f14 23 0x32 0x60 0x2e 0x46 # CHECK: c.eq.d $f12, $f14 25 0x30 0x60 0x2e 0x46 # CHECK: c.f.d $f12, $f14 27 0x3e 0x60 0x2e 0x46 # CHECK: c.le.d $f12, $f14 29 0x3c 0x60 0x2e 0x46 # CHECK: c.lt.d $f12, $f14 31 0x3d 0x60 0x2e 0x46 # CHECK: c.nge.d $f12, $f14 33 0x3b 0x60 0x2e 0x46 # CHECK: c.ngl.d $f12, $f14 35 0x39 0x60 0x2e 0x46 # CHECK: c.ngle.d $f12, $f14 37 0x3f 0x60 0x2e 0x46 # CHECK: c.ngt.d $f12, $f14 [all …]
|
/external/llvm/test/MC/Disassembler/Mips/mips64r3/ |
D | valid-mips64r3-el.txt | 3 0x05 0x73 0x20 0x46 # CHECK: abs.d $f12, $f14 6 0x00 0x62 0x2e 0x46 # CHECK: add.d $f8, $f12, $f14 24 0x32 0x60 0x2e 0x46 # CHECK: c.eq.d $f12, $f14 26 0x30 0x60 0x2e 0x46 # CHECK: c.f.d $f12, $f14 28 0x3e 0x60 0x2e 0x46 # CHECK: c.le.d $f12, $f14 30 0x3c 0x60 0x2e 0x46 # CHECK: c.lt.d $f12, $f14 32 0x3d 0x60 0x2e 0x46 # CHECK: c.nge.d $f12, $f14 34 0x3b 0x60 0x2e 0x46 # CHECK: c.ngl.d $f12, $f14 36 0x39 0x60 0x2e 0x46 # CHECK: c.ngle.d $f12, $f14 38 0x3f 0x60 0x2e 0x46 # CHECK: c.ngt.d $f12, $f14 [all …]
|
/external/llvm/test/MC/Disassembler/Mips/mips64r5/ |
D | valid-mips64r5-el.txt | 3 0x05 0x73 0x20 0x46 # CHECK: abs.d $f12, $f14 6 0x00 0x62 0x2e 0x46 # CHECK: add.d $f8, $f12, $f14 24 0x32 0x60 0x2e 0x46 # CHECK: c.eq.d $f12, $f14 26 0x30 0x60 0x2e 0x46 # CHECK: c.f.d $f12, $f14 28 0x3e 0x60 0x2e 0x46 # CHECK: c.le.d $f12, $f14 30 0x3c 0x60 0x2e 0x46 # CHECK: c.lt.d $f12, $f14 32 0x3d 0x60 0x2e 0x46 # CHECK: c.nge.d $f12, $f14 34 0x3b 0x60 0x2e 0x46 # CHECK: c.ngl.d $f12, $f14 36 0x39 0x60 0x2e 0x46 # CHECK: c.ngle.d $f12, $f14 38 0x3f 0x60 0x2e 0x46 # CHECK: c.ngt.d $f12, $f14 [all …]
|
/external/swiftshader/third_party/LLVM/test/CodeGen/Mips/ |
D | o32_cc.ll | 6 ; $f12, $f14 8 ; CHECK: ldc1 $f14, %lo 17 ; $f12, $f14 19 ; CHECK: lwc1 $f14, %lo 28 ; $f12, $f14 30 ; CHECK: ldc1 $f14, %lo 39 ; $f12, $f14 41 ; CHECK: lwc1 $f14, %lo 152 ; $f12, $f14, $6, $7 154 ; CHECK: lwc1 $f14, %lo [all …]
|
/external/llvm/test/MC/Disassembler/Mips/mips64/ |
D | valid-mips64-el.txt | 2 0x05 0x73 0x20 0x46 # CHECK: abs.d $f12, $f14 5 0x00 0x62 0x2e 0x46 # CHECK: add.d $f8, $f12, $f14 23 0x32 0x60 0x2e 0x46 # CHECK: c.eq.d $f12, $f14 25 0x30 0x60 0x2e 0x46 # CHECK: c.f.d $f12, $f14 27 0x3e 0x60 0x2e 0x46 # CHECK: c.le.d $f12, $f14 29 0x3c 0x60 0x2e 0x46 # CHECK: c.lt.d $f12, $f14 31 0x3d 0x60 0x2e 0x46 # CHECK: c.nge.d $f12, $f14 33 0x3b 0x60 0x2e 0x46 # CHECK: c.ngl.d $f12, $f14 35 0x39 0x60 0x2e 0x46 # CHECK: c.ngle.d $f12, $f14 37 0x3f 0x60 0x2e 0x46 # CHECK: c.ngt.d $f12, $f14 [all …]
|
/external/llvm/test/MC/Disassembler/Mips/mips64r2/ |
D | valid-mips64r2-el.txt | 6 0x05 0x73 0x20 0x46 # CHECK: abs.d $f12, $f14 9 0x00 0x62 0x2e 0x46 # CHECK: add.d $f8, $f12, $f14 27 0x32 0x60 0x2e 0x46 # CHECK: c.eq.d $f12, $f14 29 0x30 0x60 0x2e 0x46 # CHECK: c.f.d $f12, $f14 31 0x3e 0x60 0x2e 0x46 # CHECK: c.le.d $f12, $f14 33 0x3c 0x60 0x2e 0x46 # CHECK: c.lt.d $f12, $f14 35 0x3d 0x60 0x2e 0x46 # CHECK: c.nge.d $f12, $f14 37 0x3b 0x60 0x2e 0x46 # CHECK: c.ngl.d $f12, $f14 39 0x39 0x60 0x2e 0x46 # CHECK: c.ngle.d $f12, $f14 41 0x3f 0x60 0x2e 0x46 # CHECK: c.ngt.d $f12, $f14 [all …]
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_rdft_mips.c | 272 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cft1st_128_mips() local 512 [f12] "=&f" (f12), [f13] "=&f" (f13), [f14] "=&f" (f14), in cft1st_128_mips() 521 float f0, f1, f2, f3, f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14; in cftmdl_128_mips() local 632 f14 = rdft_wk3ri_first[3]; in cftmdl_128_mips() 714 [f12] "f" (f12), [f13] "f" (f13), [f14] "f" (f14) in cftmdl_128_mips() 720 f14 = rdft_wk3ri_second[3]; in cftmdl_128_mips() 801 [f12] "f" (f12), [f13] "f" (f13), [f14] "f" (f14) in cftmdl_128_mips() 929 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftfsub_128_mips() local 1042 [f13] "=&f" (f13), [f14] "=&f" (f14), [f15] "=&f" (f15), in rftfsub_128_mips() 1056 float f1, f2, f3 ,f4, f5, f6, f7, f8, f9, f10, f11, f12, f13, f14, f15; in rftbsub_128_mips() local [all …]
|