| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| si2vmx.h | 61 static __inline qword si_from_uchar(unsigned char c) { 63 qword q; 70 static __inline qword si_from_char(signed char c) { 72 qword q; 79 static __inline qword si_from_ushort(unsigned short s) { 81 qword q; 88 static __inline qword si_from_short(short s) { 90 qword q; 98 static __inline qword si_from_uint(unsigned int i) { 100 qword q [all...] |
| spu2vmx.h | 37 return ((vec_uchar16)(si_absdb((qword)(a), (qword)(b)))); 47 return ((vec_uint4)(si_a((qword)(a), (qword)(b)))); 52 return ((vec_int4)(si_a((qword)(a), (qword)(b)))); 57 return ((vec_ushort8)(si_ah((qword)(a), (qword)(b)))); 62 return ((vec_short8)(si_ah((qword)(a), (qword)(b)))) [all...] |
| vec_types.h | 29 #define qword __vector unsigned char macro
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| si2vmx.h | 61 static __inline qword si_from_uchar(unsigned char c) { 63 qword q; 70 static __inline qword si_from_char(signed char c) { 72 qword q; 79 static __inline qword si_from_ushort(unsigned short s) { 81 qword q; 88 static __inline qword si_from_short(short s) { 90 qword q; 98 static __inline qword si_from_uint(unsigned int i) { 100 qword q [all...] |
| spu2vmx.h | 37 return ((vec_uchar16)(si_absdb((qword)(a), (qword)(b)))); 47 return ((vec_uint4)(si_a((qword)(a), (qword)(b)))); 52 return ((vec_int4)(si_a((qword)(a), (qword)(b)))); 57 return ((vec_ushort8)(si_ah((qword)(a), (qword)(b)))); 62 return ((vec_short8)(si_ah((qword)(a), (qword)(b)))) [all...] |
| vec_types.h | 29 #define qword __vector unsigned char macro
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/spu/ |
| float_unssidf.c | 31 qword __float_unssidf (qword SI); 32 qword 33 __float_unssidf (qword SI) 35 qword t0, t1, t2, t3, t4, t5, t6, t7; 43 t7 = si_shufb (t6, t5, *(const qword *) __sidf_pat);
|
| multi3.c | 28 qword q; 32 inline static qword 41 si_to_TItype (qword q) 58 qword u = si_from_TItype (l); 59 qword v = si_from_TItype (r); 60 qword splat0 = si_shufb (v, v, si_ilh (0x0001)); 61 qword splat1 = si_shufb (v, v, si_ilh (0x0203)); 62 qword splat2 = si_shufb (v, v, si_ilh (0x0405)); 63 qword splat3 = si_shufb (v, v, si_ilh (0x0607)); 64 qword splat4 = si_shufb (v, v, si_ilh (0x0809)) [all...] |
| float_unsdidf.c | 39 qword __float_unsdidf (qword DI); 40 qword 41 __float_unsdidf (qword DI) 43 qword t0, t1, t2, t3, t4, t5, t6, t7, t8; 47 t3 = si_sf (t0, *(const qword *) __didf_scale); 50 t6 = si_shufb (t5, t4, *(const qword *) __didf_pat);
|
| divmodti4.c | 34 qword q; 38 inline static qword 47 si_to_UTItype (qword q) 57 qword c = si_clz (*(qword *) & x); 58 qword cmp0 = si_cgti (c, 31); 59 qword cmp1 = si_and (cmp0, si_shlqbyi (cmp0, 4)); 60 qword cmp2 = si_and (cmp1, si_shlqbyi (cmp0, 8)); 61 qword s = si_a (c, si_and (cmp0, si_shlqbyi (c, 4))); 90 qword shift [all...] |
| cachemgr.c | 97 #define CHECK_DIRTY(_vec) (si_to_uint (si_orx ((qword) (_vec)))) 142 qword *buf_ptr = (qword *) (((unsigned int) (buffer) + 127) & ~127); 143 qword *line = GET_CACHE_LINE (entry->tag_lo[way], way); 144 qword bits; 166 bits = (qword) entry->dirty_bits[way]; 307 qword etag_hi; 312 qword etag_lo; 313 qword equal; 314 qword bit_mask [all...] |
| /src/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/ |
| lshift.asm | 203 movq -8(%ebx,%eax,4), %mm1 C src high qword 209 movq -16(%ebx,%eax,4), %mm3 C src second highest qword 274 C mm2 src qword from 16(%ebx,%eax,4) 275 C mm3 dst qword ready to store to 24(%edx,%eax,4) 329 C mm2 src prev qword, from 16(%ebx,%eax,4) 330 C mm3 dst qword, for 24(%edx,%eax,4) 372 C with mm2 to make a qword at 4(%edx), and in the aligned case
|
| rshift.asm | 244 movq %mm3, %mm2 C mm2 src qword 271 C Two qword calculations are slightly interleaved. The instructions 272 C marked "C" belong to the second qword, and the "C prev" one is for 273 C the second qword from the previous iteration. 286 C mm2 src qword from -8(%ebx,%eax,4) 287 C mm3 dst qword ready to store to -8(%edx,%eax,4) 340 C mm2 src prev qword, from -8(%ebx,%eax,4) 341 C mm3 dst qword, for -8(%edx,%eax,4) 383 C with mm2 to make a qword at 8(%edx), and in the aligned case
|
| /src/external/lgpl3/gmp/dist/mpn/x86/k6/k62mmx/ |
| lshift.asm | 159 movq 32-8(%ebx,%eax,4), %mm2 C src high qword 169 movq 32-8(%ebx,%eax,4), %mm2 C new src high qword 172 movq 32-16(%ebx,%eax,4), %mm0 C src second highest qword 189 C mm0 src next qword 191 C mm2 src prev qword
|
| rshift.asm | 162 movq (%ebx), %mm2 C src low qword 175 movq 4(%ebx,%eax,4), %mm2 C new src low qword 178 movq 12(%ebx,%eax,4), %mm0 C src second lowest qword 196 C mm0 src next qword 198 C mm2 src prev qword
|
| /src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| spu_internals.h | 47 * Parameters named 'r[abcdt]' accept a qword argument. 51 #define qword __vector signed char macro 357 #define spu_mtfpscr(a) si_fscrwr((qword)a) 366 #define spu_writechqw(imm, ra) si_wrch((imm), (qword)(ra)) 377 return (vec_float4) si_fi ((qword) (ra), si_frest ((qword) (ra))); 382 return (vec_float4) si_fi ((qword) (ra), si_frsqest ((qword) (ra)));
|
| /src/external/lgpl3/gmp/dist/mpn/x86/k7/mmx/ |
| lshift.asm | 184 movq (%edx), %mm1 C src high qword 213 movq (%edx), %mm1 C new src high qword 256 movq %mm1, %mm2 C copy of src high qword 401 C with mm2 to make a qword at (%edi), and in the aligned case
|
| /src/external/bsd/less/dist/ |
| cmdbuf.c | 1059 char *qword = NULL; local 1061 char *qword = shell_quote(word+1); 1063 if (qword == NULL) 1067 tk_text = fcomplete(qword); 1068 free(qword);
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/thread/ |
| fiber.d | 319 push qword ptr GS:[RAX]; 320 push qword ptr GS:8[RAX]; 321 push qword ptr GS:16[RAX]; 329 pop qword ptr GS:16[RAX]; 330 pop qword ptr GS:8[RAX]; 331 pop qword ptr GS:[RAX];
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-i386.c | 310 or qword, if given. */ 2553 || (i.types[given].bitfield.qword 2554 && (!t->operand_types[wanted].bitfield.qword 2616 + t->operand_types[wanted].bitfield.qword 2665 || t->operand_types[j].bitfield.qword))) 2726 || t->operand_types[j].bitfield.qword 2765 temp.bitfield.qword = 0; 2780 && !overlap.bitfield.qword 2824 && g0.bitfield.qword == g1.bitfield.qword [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-i386.c | 310 or qword, if given. */ 2504 || (i.types[given].bitfield.qword 2505 && (!t->operand_types[wanted].bitfield.qword 2567 + t->operand_types[wanted].bitfield.qword 2616 || t->operand_types[j].bitfield.qword))) 2677 || t->operand_types[j].bitfield.qword 2716 temp.bitfield.qword = 0; 2731 && !overlap.bitfield.qword 2775 && g0.bitfield.qword == g1.bitfield.qword [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| i386-opc.h | 726 4: Qword broadcast. 901 /* QWORD size. 8 byte */ 902 Qword, 951 unsigned int qword:1;
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| i386-opc.h | 772 4: Qword broadcast. 948 /* QWORD size. 8 byte */ 949 Qword, 998 unsigned int qword:1;
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| i386-opc.h | 759 4: Qword broadcast. 935 /* QWORD size. 8 byte */ 936 Qword, 985 unsigned int qword:1;
|
| /src/external/gpl3/gdb/dist/opcodes/ |
| i386-opc.h | 759 4: Qword broadcast. 935 /* QWORD size. 8 byte */ 936 Qword, 985 unsigned int qword:1;
|