| /src/external/gpl3/gcc.old/dist/libgcc/config/xtensa/ |
| ieee754-sf.S | 50 movi a4, 0x80000000 83 movi a6, 0x400000 /* make it a quiet NaN */ 98 movi a6, 0x7f800000 135 movi a9, 0 281 movi a4, 0x400000 /* make it a quiet NaN */ 306 movi a6, 0x7f800000 342 movi a9, 0 395 movi a9, 0 433 movi a2, 0 480 movi a6, 2 [all...] |
| ieee754-df.S | 50 movi a4, 0x80000000 86 movi a4, 0x80000 /* make it a quiet NaN */ 101 movi a6, 0x7ff00000 136 movi a9, 0 186 movi yh, 0 247 movi xh, 0 300 movi xl, 0 336 movi a4, 0x80000 /* make it a quiet NaN */ 363 movi a6, 0x7ff00000 398 movi a9, [all...] |
| lib1funcs.S | 142 movi a2, 0 317 movi a9, 0 365 movi \dst, 0 411 movi \cnt, 0 414 movi \cnt, 16 422 movi \tmp, __nsau_data 525 movi a2, 0 /* quotient = 0 */ 556 movi a2, 1 567 movi a2, 0 595 movi a2, 0 /* quotient = 0 * [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/mcore/ |
| lib1funcs.S | 55 movi r1,0 // r1-r2 form 64 bit dividend 56 movi r4,1 // r4 is quotient (1 for a sentinel) 66 movi r2,0 // 0 dividend 107 movi r1,0 // r1-r2 form 64 bit dividend 108 movi r4,1 // r4 is quotient (1 for a sentinel) 117 movi r2,0 // 0 dividend 144 movi r1,0 // r1-r2 form 64 bit dividend 145 movi r4,1 // r4 is quotient (1 for a sentinel) 154 movi r2,0 // 0 dividend 200 movi r1,0 // r1-r2 form 64 bit dividen [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/ |
| lib1asmsrc-newlib.S | 36 movi $r5, 0 ! res = 0 41 movi $r2, 1 ! bit = 1 87 movi $r5, 0 ! res = 0 92 movi $r2, 1 ! bit = 1 137 movi $r5, 0 ! res = 0 138 movi $r2, 1 ! bit = 1 175 movi $r5, 0 ! res = 0 176 movi $r2, 1 ! bit = 1
|
| crtzero.S | 56 movi $lp, 0 ! init $lp 60 movi $r0, -8 ! align $sp to 8-byte (use 0xfffffff8) 70 movi $r1, 0 ! should be cleared to 0
|
| lib1asmsrc-mculib.S | 346 movi $r2, 0 ! $r2 <- res = 0 351 movi $r4, 1 ! $r4 <- bit = 1 448 movi $r10, 0 453 movi $r10, -1 467 movi $r4, 0 527 movi $r4, 1 ! $r4 <- bit = 1 643 movi $r10, 0 ! r10 = c = 0 648 movi $r10, -1 ! r10 = c = ~c 707 movi $r0, 0 ! $r0 <- r <- 0 749 movi $r2, 0 ! $r2 <- res= [all...] |
| /src/external/gpl3/gcc.old/dist/libgcc/config/csky/ |
| lib1funcs.S | 70 movi \rx, 32 160 movi a2, 1 // a2 is quotient (1 for a sentinel) 212 movi a2, 1 // a2 is quotient (1 for a sentinel) 215 movi a3, 0 252 movi a2, 1 // a2 is quotient (1 for a sentinel) 315 movi a2, 1 // a2 is quotient (1 for a sentinel) 318 movi a3, 0 370 movi r0, 0 375 movi r0, 1 396 movi r0, [all...] |
| /src/lib/libc/arch/or1k/sys/ |
| cerror.S | 42 l.movi r11,hi(_C_LABEL(errno))
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| aarch-common-protos.h | 136 const int movi; member in struct:vector_cost_table
|
| /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| aarch64.cc | 11270 MOVI immediate operation. */ 13890 /* Otherwise this is +0.0. We get this using MOVI d0, #0 15031 /* Load using MOVI/MVNI. */ 15033 *cost = extra_cost->vect.movi; 21628 /* Check OP is a legal scalar immediate for the MOVI instruction. */ 22079 /* Load using MOVI/MVNI. */ 23395 /* Returns the string with the instruction for AdvSIMD MOVI, MVNI, ORR or BIC 23397 output MOVI/MVNI, ORR or BIC immediate. */ 23412 a AdvSIMD MOVI instruction (or, implicitly, MVNI), ORR or BIC immediate. 23414 WHICH selects whether to check for MOVI/MVNI, ORR or BIC. * [all...] |