| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 46 u16 aaa_word (u16 d); 47 u16 aas_word (u16 d); 48 u16 aad_word (u16 d); 49 u16 aam_word (u8 d); 51 u16 adc_word (u16 d, u16 [all...] |
| H A D | types.h | 52 #define u16 x86emuu16 macro 67 typedef uint16_t u16; typedef in typeref:typename:uint16_t 79 typedef u16 X86EMU_pioAddr;
|
| H A D | decode.h | 61 u16 fetch_word_imm (void); 65 u16 fetch_data_word (uint offset); 66 u16 fetch_data_word_abs (uint segment, uint offset); 71 void store_data_word (uint offset, u16 val); 72 void store_data_word_abs (uint segment, uint offset, u16 val); 76 u16* decode_rm_word_register(int reg); 78 u16* decode_rm_seg_register(int reg);
|
| H A D | prim_asm.h | 59 u16 aaa_word_asm(u32 *flags,u16 d); 70 u16 aas_word_asm(u32 *flags,u16 d); 81 u16 aad_word_asm(u32 *flags,u16 d); 92 u16 aam_word_asm(u32 *flags,u8 d); 114 u16 adc_word_asm(u32 *flags,u16 d, u16 [all...] |
| H A D | x86emui.h | 85 extern u16 (X86APIP sys_rdw)(u32 addr); 88 extern void (X86APIP sys_wrw)(u32 addr,u16 val); 92 extern u16 (X86APIP sys_inw)(X86EMU_pioAddr addr); 95 extern void (X86APIP sys_outw)(X86EMU_pioAddr addr,u16 val);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/x86emu/ |
| H A D | prim_ops.h | 46 u16 aaa_word(u16 d); 47 u16 aas_word(u16 d); 48 u16 aad_word(u16 d); 49 u16 aam_word(u8 d); 51 u16 adc_word(u16 d, u16 [all...] |
| H A D | types.h | 51 #define u16 x86emuu16 macro 67 typedef uint16_t u16; typedef in typeref:typename:uint16_t 79 typedef u16 X86EMU_pioAddr;
|
| H A D | decode.h | 61 u16 fetch_word_imm(void); 65 u16 fetch_data_word(uint offset); 66 u16 fetch_data_word_abs(uint segment, uint offset); 71 void store_data_word(uint offset, u16 val); 72 void store_data_word_abs(uint segment, uint offset, u16 val); 76 u16 *decode_rm_word_register(int reg); 78 u16 *decode_rm_seg_register(int reg);
|
| H A D | prim_asm.h | 60 u16 aaa_word_asm(u32 * flags, u16 d); 72 u16 aas_word_asm(u32 * flags, u16 d); 84 u16 aad_word_asm(u32 * flags, u16 d); 96 u16 aam_word_asm(u32 * flags, u8 d); 120 u16 adc_word_asm(u32 * flags, u16 d, u16 [all...] |
| H A D | x86emui.h | 94 extern u16(X86APIP sys_rdw) (u32 addr); 97 extern void (X86APIP sys_wrw) (u32 addr, u16 val); 101 extern u16(X86APIP sys_inw) (X86EMU_pioAddr addr); 104 extern void (X86APIP sys_outw) (X86EMU_pioAddr addr, u16 val);
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman-arm-neon-asm.S | 160 vshrn.u16 d6, q2, #8 161 vshrn.u16 d7, q2, #3 162 vsli.u16 q2, q2, #5 166 vshrn.u16 d30, q2, #2 172 vrshr.u16 q13, q10, #8 173 vrshr.u16 q3, q11, #8 174 vrshr.u16 q15, q12, #8 175 vraddhn.u16 d20, q10, q13 176 vraddhn.u16 d23, q11, q3 177 vraddhn.u16 d2 [all...] |
| H A D | pixman-arm-neon-asm-bilinear.S | 378 vrshr.u16 \tmp45, \tmp01, #8 379 vrshr.u16 \tmp67, \tmp23, #8 381 vraddhn.u16 \src0, \tmp45, \tmp01 382 vraddhn.u16 \src1, \tmp67, \tmp23 416 vrshr.u16 \tmp45, \tmp01, #8 417 vrshr.u16 \tmp67, \tmp23, #8 419 vraddhn.u16 \dst0, \tmp45, \tmp01 420 vraddhn.u16 \dst1, \tmp67, \tmp23 484 vshll.u16 q0, d2, #BILINEAR_INTERPOLATION_BITS 485 vmlsl.u16 q [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nve4_compute.h | 17 u16 griddim_y; 18 u16 griddim_z; 20 u16 shared_size; /* must be aligned to 0x100 */ 21 u16 unk17; 22 u16 unk18; 23 u16 blockdim_x; 24 u16 blockdim_y; 25 u16 blockdim_z; 58 u16 griddim_y; 59 u16 unk1 [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/x86emu/ |
| H A D | x86emu.h | 85 u16 (X86APIP inw)(X86EMU_pioAddr addr); 88 void (X86APIP outw)(X86EMU_pioAddr addr, u16 val); 116 u16 (X86APIP rdw)(u32 addr); 119 void (X86APIP wrw)(u32 addr, u16 val); 128 extern u16 X86API rdw(u32 addr); 131 extern void X86API wrw(u32 addr, u16 val); 190 void X86EMU_dump_memory(u16 seg, u16 off, u32 amt);
|
| H A D | sys.c | 59 struct __una_u16 { u16 x __attribute__((packed)); }; 75 static __inline__ u16 ldw_u(u16 *p) 95 static __inline__ void stw_u(u16 val, u16 *p) 116 static __inline__ u16 ldw_u(u16 *p) 118 u16 ret; 135 static __inline__ void stw_u(u16 val, u16 * [all...] |
| H A D | ops2.c | 193 M.x86.R_IP = (u16)target; 378 u16 srcval; 379 u16 *shiftreg; 405 u16 srcval; 406 u16 *shiftreg; 432 u16 srcval; 433 u16 *shiftreg; 456 u16 *srcreg,*shiftreg; 501 u16 destval; 502 u16 *shiftre [all...] |
| H A D | prim_ops.c | 134 u16 aaa_word(u16 d) 136 u16 res; 146 res = (u16)(d & 0xFF0F); 157 u16 aas_word(u16 d) 159 u16 res; 169 res = (u16)(d & 0xFF0F); 180 u16 aad_word(u16 [all...] |
| H A D | debug.c | 52 static void print_encoded_bytes (u16 s, u16 o); 87 static void disassemble_forward (u16 seg, u16 off, int n) 186 static void print_encoded_bytes (u16 s, u16 o) 201 void x86emu_print_int_vect (u16 iv) 203 u16 seg,off; 211 void X86EMU_dump_memory (u16 seg, u16 of [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/x86emu/ |
| H A D | x86emu.h | 85 u16(X86APIP inw) (X86EMU_pioAddr addr); 88 void (X86APIP outw) (X86EMU_pioAddr addr, u16 val); 116 u16(X86APIP rdw) (u32 addr); 119 void (X86APIP wrw) (u32 addr, u16 val); 128 extern u16 X86API rdw(u32 addr); 131 extern void X86API wrw(u32 addr, u16 val); 190 void X86EMU_dump_memory(u16 seg, u16 off, u32 amt);
|
| H A D | sys.c | 63 u16 x __attribute__ ((packed)); 84 static __inline__ u16 85 ldw_u(u16 * p) 111 stw_u(u16 val, u16 * p) 137 static __inline__ u16 138 ldw_u(u16 * p) 140 u16 ret; 163 stw_u(u16 val, u16 * [all...] |
| H A D | ops2.c | 195 M.x86.R_IP = (u16) target; 386 u16 srcval; 387 u16 *shiftreg; 414 u16 srcval; 415 u16 *shiftreg; 442 u16 srcval; 443 u16 *shiftreg; 467 u16 *srcreg, *shiftreg; 514 u16 destval; 515 u16 *shiftre [all...] |
| H A D | prim_ops.c | 133 u16 134 aaa_word(u16 d) 136 u16 res; 148 res = (u16) (d & 0xFF0F); 159 u16 160 aas_word(u16 d) 162 u16 res; 174 res = (u16) (d & 0xFF0F); 185 u16 186 aad_word(u16 [all...] |
| H A D | debug.c | 52 static void print_encoded_bytes(u16 s, u16 o); 91 disassemble_forward(u16 seg, u16 off, int n) 197 print_encoded_bytes(u16 s, u16 o) 215 x86emu_print_int_vect(u16 iv) 217 u16 seg, off; 227 X86EMU_dump_memory(u16 seg, u16 of [all...] |
| /xsrc/external/mit/pixman/dist/ |
| H A D | neon-test.S | 12 vmovn.u16 d0, q0
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/ |
| H A D | panfrost-misc.h | 31 typedef uint16_t u16; typedef in typeref:typename:uint16_t
|