Searched refs:ax (Results 1 - 25 of 105) sorted by relevance

12345

/haiku-fatelf/src/bin/gdb/gdb/
H A Dax-gdb.c33 #include "ax.h"
34 #include "ax-gdb.h"
40 Then look at the types and enums in ax-gdb.h. For the code itself,
79 static void gen_offset (struct agent_expr *ax, int offset);
81 static void gen_var_ref (struct agent_expr *ax,
85 static void gen_int_literal (struct agent_expr *ax,
90 static void require_rvalue (struct agent_expr *ax, struct axs_value *value);
91 static void gen_usual_unary (struct agent_expr *ax, struct axs_value *value);
94 static void gen_conversion (struct agent_expr *ax,
97 static void gen_usual_arithmetic (struct agent_expr *ax,
311 gen_traced_pop(struct agent_expr *ax, struct axs_value *value) argument
356 gen_sign_extend(struct agent_expr *ax, struct type *type) argument
368 gen_extend(struct agent_expr *ax, struct type *type) argument
380 gen_fetch(struct agent_expr *ax, struct type *type) argument
438 gen_left_shift(struct agent_expr *ax, int distance) argument
459 gen_frame_args_address(struct agent_expr *ax) argument
473 gen_frame_locals_address(struct agent_expr *ax) argument
490 gen_offset(struct agent_expr *ax, int offset) argument
512 gen_sym_offset(struct agent_expr *ax, struct symbol *var) argument
522 gen_var_ref(struct agent_expr *ax, struct axs_value *value, struct symbol *var) argument
648 gen_int_literal(struct agent_expr *ax, struct axs_value *value, LONGEST k, struct type *type) argument
664 require_rvalue(struct agent_expr *ax, struct axs_value *value) argument
709 gen_usual_unary(struct agent_expr *ax, struct axs_value *value) argument
775 gen_conversion(struct agent_expr *ax, struct type *from, struct type *to) argument
807 struct agent_expr *ax = new_agent_expr (0); local
829 gen_usual_arithmetic(struct agent_expr *ax, struct axs_value *value1, struct axs_value *value2) argument
866 gen_integral_promotions(struct agent_expr *ax, struct axs_value *value) argument
883 gen_cast(struct agent_expr *ax, struct axs_value *value, struct type *type) argument
938 gen_scale(struct agent_expr *ax, enum agent_op op, struct type *type) argument
956 gen_add(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, char *name) argument
1003 gen_sub(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2) argument
1056 gen_binop(struct agent_expr *ax, struct axs_value *value, struct axs_value *value1, struct axs_value *value2, enum agent_op op, enum agent_op op_unsigned, int may_carry, char *name) argument
1075 gen_logical_not(struct agent_expr *ax, struct axs_value *value) argument
1088 gen_complement(struct agent_expr *ax, struct axs_value *value) argument
1105 gen_deref(struct agent_expr *ax, struct axs_value *value) argument
1126 gen_address_of(struct agent_expr *ax, struct axs_value *value) argument
1193 gen_bitfield_ref(struct agent_expr *ax, struct axs_value *value, struct type *type, int start, int end) argument
1354 gen_struct_ref(struct agent_expr *ax, struct axs_value *value, char *field, char *operator_name, char *operand_name) argument
1410 gen_repeat(union exp_element **pc, struct agent_expr *ax, struct axs_value *value) argument
1453 gen_sizeof(union exp_element **pc, struct agent_expr *ax, struct axs_value *value) argument
1478 gen_expr(union exp_element **pc, struct agent_expr *ax, struct axs_value *value) argument
1730 struct agent_expr *ax = new_agent_expr (0); local
1782 struct agent_expr *ax = new_agent_expr (scope); local
[all...]
/haiku-fatelf/src/system/boot/platform/bios_ia32/
H A Dshell.S63 xor %ax, %ax
64 mov %ax, %ss
108 * %ax, %cx, %dx, %bp, %di and %si will be clobbered.
132 mov %di, %ax // limit the sector count to track boundaries
134 dec %ax
135 cmp %si, %ax
137 mov %si, %ax
139 inc %ax // take the current sector offset into account
144 shl $9, %ax
[all...]
H A Dsmp_trampoline.S22 mov $0x9e00,%ax
23 mov %ax,%ds
37 mov $0x10, %ax
38 mov %ax, %ds
39 mov %ax, %es
40 mov %ax, %fs
41 mov %ax, %gs
42 mov %ax, %ss
H A Dbios_asm.S53 movw $0x10, %ax // setup data and stack selectors
54 movw %ax, %ds
55 movw %ax, %es
56 movw %ax, %fs
57 movw %ax, %gs
58 movw %ax, %ss
124 movw $0x20, %ax
125 movw %ax, %ds
126 movw %ax, %es
127 movw %ax,
[all...]
H A Dlong_asm.S66 mov $KERNEL_DATA_SEG, %ax
67 mov %ax, %ss
68 xor %ax, %ax
69 mov %ax, %ds
70 mov %ax, %es
71 mov %ax, %fs
72 mov %ax, %gs
/haiku-fatelf/src/system/boot/platform/pxe_ia32/
H A Dsmp_trampoline.S22 mov $0x8c00,%ax
23 mov %ax,%ds
37 mov $0x10, %ax
38 mov %ax, %ds
39 mov %ax, %es
40 mov %ax, %fs
41 mov %ax, %gs
42 mov %ax, %ss
H A Dpxe_bios.S65 pushw %ax
77 movw %ax, %es
83 // save %ax result
85 movw %ax, %bx
/haiku-fatelf/src/bin/gdb/include/coff/
H A Decoff.h246 #define AUX_GET_ANY(bigend, ax, field) \
247 ((bigend) ? bfd_getb32 ((ax)->field) : bfd_getl32 ((ax)->field))
249 #define AUX_GET_DNLOW(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnLow)
250 #define AUX_GET_DNHIGH(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_dnHigh)
251 #define AUX_GET_ISYM(bigend, ax) AUX_GET_ANY ((bigend), (ax), a_isym)
252 #define AUX_GET_ISS(bigend, ax) AUX_GET_AN
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86_64/
H A Ds_cosl.S15 fstsw %ax
21 fnstsw %ax
30 fnstsw %ax
H A Ds_sinl.S15 fstsw %ax
21 fnstsw %ax
30 fnstsw %ax
/haiku-fatelf/src/system/boot/platform/raspberrypi_arm/
H A Dkeyboard.h13 uint16 ax; member in union:key
/haiku-fatelf/src/system/boot/platform/routerboard_mipsel/
H A Dkeyboard.h13 uint16 ax; member in union:key
/haiku-fatelf/src/system/boot/platform/u-boot/
H A Dkeyboard.cpp35 key.ax=0;
/haiku-fatelf/src/system/libroot/posix/glibc/arch/x86/
H A De_fmod.S14 fstsw %ax
H A De_fmodf.S15 fstsw %ax
H A De_remainder.S14 fstsw %ax
H A De_remainderf.S14 fstsw %ax
H A De_remainderl.S16 fstsw %ax
H A Ds_cos.S13 fnstsw %ax
22 fnstsw %ax
H A Ds_cosf.S13 fnstsw %ax
22 fnstsw %ax
H A Ds_cosl.S15 fnstsw %ax
24 fnstsw %ax
H A Ds_sin.S13 fnstsw %ax
22 fnstsw %ax
H A Ds_sinf.S13 fnstsw %ax
22 fnstsw %ax
H A Ds_sinl.S15 fnstsw %ax
24 fnstsw %ax
/haiku-fatelf/headers/libs/x86emu/x86emu/
H A Dprim_asm.h68 parm [edi] [ax] \
69 value [ax] \
70 modify exact [ax];
80 parm [edi] [ax] \
81 value [ax] \
82 modify exact [ax];
92 parm [edi] [ax] \
93 value [ax] \
94 modify exact [ax];
105 value [ax] \
[all...]

Completed in 111 milliseconds

12345