| /freebsd-9-stable/tools/test/testfloat/ |
| D | slowfloat-32.c | 188 floatX ax; in int32ToFloatX() local 190 ax.isNaN = FALSE; in int32ToFloatX() 191 ax.isInf = FALSE; in int32ToFloatX() 192 ax.sign = ( a < 0 ); in int32ToFloatX() 193 ax.sig.a1 = ax.sign ? - a : a; in int32ToFloatX() 194 ax.sig.a0 = 0; in int32ToFloatX() 196 ax.isZero = TRUE; in int32ToFloatX() 197 return ax; in int32ToFloatX() 199 ax.isZero = FALSE; in int32ToFloatX() 200 ax.sig = shortShift64Left( ax.sig, 23 ); in int32ToFloatX() [all …]
|
| D | slowfloat-64.c | 271 floatX ax; in int32ToFloatX() local 273 ax.isNaN = FALSE; in int32ToFloatX() 274 ax.isInf = FALSE; in int32ToFloatX() 275 ax.sign = ( a < 0 ); in int32ToFloatX() 276 ax.sig.a1 = 0; in int32ToFloatX() 277 ax.sig.a0 = ax.sign ? - (bits64) a : a; in int32ToFloatX() 279 ax.isZero = TRUE; in int32ToFloatX() 280 return ax; in int32ToFloatX() 282 ax.isZero = FALSE; in int32ToFloatX() 283 ax.sig.a0 <<= 24; in int32ToFloatX() [all …]
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | ax-gdb.c | 78 static void gen_offset (struct agent_expr *ax, int offset); 80 static void gen_var_ref (struct agent_expr *ax, 84 static void gen_int_literal (struct agent_expr *ax, 89 static void require_rvalue (struct agent_expr *ax, struct axs_value *value); 90 static void gen_usual_unary (struct agent_expr *ax, struct axs_value *value); 93 static void gen_conversion (struct agent_expr *ax, 96 static void gen_usual_arithmetic (struct agent_expr *ax, 99 static void gen_integral_promotions (struct agent_expr *ax, 101 static void gen_cast (struct agent_expr *ax, 103 static void gen_scale (struct agent_expr *ax, [all …]
|
| D | ax-general.c | 382 ax_reqs (struct agent_expr *ax, struct agent_reqs *reqs) in ax_reqs() argument 393 char *targets = (char *) alloca (ax->len * sizeof (targets[0])); in ax_reqs() 397 char *boundary = (char *) alloca (ax->len * sizeof (boundary[0])); in ax_reqs() 402 int *heights = (int *) alloca (ax->len * sizeof (heights[0])); in ax_reqs() 408 memset (targets, 0, ax->len * sizeof (targets[0])); in ax_reqs() 409 memset (boundary, 0, ax->len * sizeof (boundary[0])); in ax_reqs() 415 for (i = 0; i < ax->len; i += 1 + op->op_size) in ax_reqs() 417 if (ax->buf[i] > (sizeof (aop_map) / sizeof (aop_map[0]))) in ax_reqs() 424 op = &aop_map[ax->buf[i]]; in ax_reqs() 433 if (i + 1 + op->op_size > ax->len) in ax_reqs() [all …]
|
| D | dwarf2loc.c | 331 dwarf2_tracepoint_var_ref (struct symbol * symbol, struct agent_expr * ax, in dwarf2_tracepoint_var_ref() argument 366 TARGET_VIRTUAL_FRAME_POINTER (ax->scope, &frame_reg, &frame_offset); in dwarf2_tracepoint_var_ref() 367 ax_reg (ax, frame_reg); in dwarf2_tracepoint_var_ref() 368 ax_const_l (ax, frame_offset); in dwarf2_tracepoint_var_ref() 369 ax_simple (ax, aop_add); in dwarf2_tracepoint_var_ref() 371 ax_const_l (ax, frame_offset); in dwarf2_tracepoint_var_ref() 372 ax_simple (ax, aop_add); in dwarf2_tracepoint_var_ref() 461 locexpr_tracepoint_var_ref (struct symbol * symbol, struct agent_expr * ax, in locexpr_tracepoint_var_ref() argument 466 dwarf2_tracepoint_var_ref (symbol, ax, value, dlbaton->data, dlbaton->size); in locexpr_tracepoint_var_ref() 532 loclist_tracepoint_var_ref (struct symbol * symbol, struct agent_expr * ax, in loclist_tracepoint_var_ref() argument [all …]
|
| /freebsd-9-stable/contrib/binutils/include/coff/ |
| D | ecoff.h | 248 #define AUX_GET_ANY(bigend, ax, field) \ argument 249 ((bigend) ? bfd_getb32 ((ax)->field) : bfd_getl32 ((ax)->field)) 251 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow) argument 252 #define AUX_GET_DNHIGH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnHigh) argument 253 #define AUX_GET_ISYM(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_isym) argument 254 #define AUX_GET_ISS(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_iss) argument 255 #define AUX_GET_WIDTH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_width) argument 256 #define AUX_GET_COUNT(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_count) argument 258 #define AUX_PUT_ANY(bigend, val, ax, field) \ argument 260 ? (bfd_putb32 ((bfd_vma) (val), (ax)->field), 0) \ [all …]
|
| /freebsd-9-stable/sys/boot/pc98/boot0.5/ |
| D | syscons.s | 48 movw %ax, %es:(%bx) 49 xorw %ax, %ax 50 movw %ax, %es 67 movw %ax, %es:(%bx) 108 # destroyed: %ax, %bx 112 movw %dx, %ax # AX=Y 113 shlw %ax # AX=Y*64 114 shlw %ax 115 shlw %ax 116 shlw %ax [all …]
|
| D | boot.s | 44 movw secsize(%si), %ax 45 movw %ax, b_secsize 50 movw %ax, b_partn # save real parttion number 60 movw parttable(%si), %ax 61 movw %ax, b_cylinder 64 movw $0x1d00, %ax 68 subw %cx, %ax 69 subw $0x100, %ax 70 movw %ax, b_bootseg 86 xorw %ax, %ax [all …]
|
| D | disk.s | 42 movw iplbuf(%bx), %ax 43 cmpw $0xaa55, %ax 45 movw $1, %ax 48 xorw %ax, %ax 73 movw npartition, %ax 74 movw %ax, %di 81 movw %ax, %di 96 movw curdevice, %ax 97 movw %ax, %si # %si = device number 98 movw %ax, %di [all …]
|
| D | putssjis.s | 42 push %ax 44 xorw %ax, %ax 45 movw %ax, %es 46 movw $0xa000, %ax 49 movw $0xe000, %ax 51 movw %ax, %es 93 pop %ax
|
| /freebsd-9-stable/sys/boot/pc98/boot2/ |
| D | boot1.S | 91 xor %ax,%ax 92 mov %ax,%si 93 mov %ax,%ds 94 mov %ax,%di 95 mov $MEM_SYS,%ax 96 mov %ax,%es 102 mov $0xfd00,%ax 103 mov %ax,%ds 124 mov $0x0a00,%ax /* 80x25 */ 181 xor %ax,%ax [all …]
|
| /freebsd-9-stable/lib/libc/i386/string/ |
| D | swab.S | 61 rorw $8,%ax 71 rorw $8,%ax 74 rorw $8,%ax 77 rorw $8,%ax 80 rorw $8,%ax 83 rorw $8,%ax 86 rorw $8,%ax 89 rorw $8,%ax 92 rorw $8,%ax
|
| /freebsd-9-stable/sys/boot/pc98/boot0/ |
| D | boot0.s | 43 xor %ax, %ax 44 mov %ax, %ds 62 push %ax 63 mov %es, %ax 64 add $0x40, %ax 65 mov %ax, %es 66 pop %ax 84 push %ax 85 mov %es, %ax 86 add $0x40, %ax [all …]
|
| /freebsd-9-stable/sys/amd64/acpica/ |
| D | acpi_wakecode.S | 64 mov %cs, %ax /* copy %cs to %ds. Remember these */ 65 mov %ax, %ds /* are offsets rather than selectors */ 66 mov %ax, %ss 68 xorw %ax, %ax 69 pushw %ax 87 movw $0x4c0, %ax 89 shrw $8, %ax 149 mov %ax, %ds 220 mov %ax, %ds
|
| D | acpi_switch.S | 53 movw %ax, %ds 54 movw %ax, %es 55 movw %ax, %ss 57 movw %ax, %fs 59 movw %ax, %gs 117 movw PCB_TR(%rdi), %ax 118 ltr %ax
|
| /freebsd-9-stable/sys/i386/acpica/ |
| D | acpi_wakecode.S | 57 mov %cs, %ax /* copy %cs to %ds. Remember these */ 58 mov %ax, %ds /* are offsets rather than selectors */ 59 mov %ax, %ss 61 xorw %ax, %ax 62 pushw %ax 80 movw $0x4c0, %ax 82 shrw $8, %ax 142 mov %ax, %ds
|
| /freebsd-9-stable/sys/boot/pc98/btx/btx/ |
| D | btx.S | 129 xor %ax,%ax # Zero/segment 130 mov %ax,%ss # Set up 132 mov %ax,%es # Address 133 mov %ax,%ds # data 162 xchg %ax,%cx # as word 165 xchg %ax,%dx # P:DPL:type 167 xchg %ax,%bx # set 172 mov %ax,(%di) # Set handler offset 175 add $0x4,%ax # Next handler 193 inc %ax # mode [all …]
|
| /freebsd-9-stable/crypto/openssl/crypto/x509/ |
| D | x509_trs.c | 289 X509_CERT_AUX *ax; in obj_trust() local 290 ax = x->aux; in obj_trust() 291 if (!ax) in obj_trust() 293 if (ax->reject) { in obj_trust() 294 for (i = 0; i < sk_ASN1_OBJECT_num(ax->reject); i++) { in obj_trust() 295 obj = sk_ASN1_OBJECT_value(ax->reject, i); in obj_trust() 300 if (ax->trust) { in obj_trust() 301 for (i = 0; i < sk_ASN1_OBJECT_num(ax->trust); i++) { in obj_trust() 302 obj = sk_ASN1_OBJECT_value(ax->trust, i); in obj_trust()
|
| /freebsd-9-stable/sys/i386/xbox/ |
| D | pic16l.s | 48 inw %dx,%ax 63 outw %ax,%dx 66 inw %dx,%ax 67 outw %ax,%dx 130 inw %dx,%ax 152 inw %dx,%ax 153 outw %ax,%dx
|
| /freebsd-9-stable/sys/boot/i386/btx/btx/ |
| D | btx.S | 133 xor %ax,%ax # Zero/segment 134 mov %ax,%ss # Set up 136 mov %ax,%es # Address 137 mov %ax,%ds # data 166 xchg %ax,%cx # as word 169 xchg %ax,%dx # P:DPL:type 171 xchg %ax,%bx # set 176 mov %ax,(%di) # Set handler offset 179 add $0x4,%ax # Next handler 197 inc %ax # mode [all …]
|
| /freebsd-9-stable/lib/msun/src/ |
| D | e_powf.c | 58 float z,ax,z_h,z_l,p_h,p_l; in __ieee754_powf() local 111 ax = fabsf(x); in __ieee754_powf() 114 z = ax; /*x is +-0,+-inf,+-1*/ in __ieee754_powf() 140 t = ax-1; /* t has 20 trailing zeros */ in __ieee754_powf() 153 {ax *= two24; n -= 24; GET_FLOAT_WORD(ix,ax); } in __ieee754_powf() 161 SET_FLOAT_WORD(ax,ix); in __ieee754_powf() 164 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */ in __ieee754_powf() 165 v = one/(ax+bp[k]); in __ieee754_powf() 173 t_l = ax - (t_h-bp[k]); in __ieee754_powf()
|
| D | e_pow.c | 99 double z,ax,z_h,z_l,p_h,p_l; in __ieee754_pow() local 160 ax = fabs(x); in __ieee754_pow() 164 z = ax; /*x is +-0,+-inf,+-1*/ in __ieee754_pow() 199 t = ax-one; /* t has 20 trailing zeros */ in __ieee754_pow() 211 {ax *= two53; n -= 53; GET_HIGH_WORD(ix,ax); } in __ieee754_pow() 219 SET_HIGH_WORD(ax,ix); in __ieee754_pow() 222 u = ax-bp[k]; /* bp[0]=1.0, bp[1]=1.5 */ in __ieee754_pow() 223 v = one/(ax+bp[k]); in __ieee754_pow() 230 t_l = ax - (t_h-bp[k]); in __ieee754_pow()
|
| /freebsd-9-stable/lib/msun/i387/ |
| D | s_sin.S | 42 fnstsw %ax 43 andw $0x400,%ax 50 fnstsw %ax 51 andw $0x400,%ax
|
| D | s_cos.S | 42 fnstsw %ax 43 andw $0x400,%ax 50 fnstsw %ax 51 andw $0x400,%ax
|
| D | s_tan.S | 42 fnstsw %ax 43 andw $0x400,%ax 51 fstsw %ax 52 andw $0x400,%ax
|