Searched refs:x_mode (Results 1 - 6 of 6) sorted by relevance

/haiku-buildtools/binutils/gas/config/
H A Dtc-h8300.c1108 int x_mode = x & MODE; local
1111 if (op_mode == LOWREG && (x_mode == REG || x_mode == LOWREG))
1122 if (x_mode == LOWREG)
1123 x_mode = REG;
1124 if (x_mode != REG)
1138 if (!(x_mode & CTRL))
1141 switch (x_mode)
1179 else if ((op & ABSJMP) && (x_mode == ABS || x_mode
1656 int x_mode = x & MODE; local
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-h8300.c1051 int x_mode = x & MODE; local
1054 if (op_mode == LOWREG && (x_mode == REG || x_mode == LOWREG))
1065 if (x_mode == LOWREG)
1066 x_mode = REG;
1067 if (x_mode != REG)
1081 if (!(x_mode & CTRL))
1084 switch (x_mode)
1122 else if ((op & ABSJMP) && (x_mode == ABS || x_mode
1577 int x_mode = x & MODE; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dalias.c1824 machine_mode x_mode, machine_mode y_mode)
1871 || (int) GET_MODE_UNIT_SIZE (x_mode) < -INTVAL (XEXP (y, 1))))
2594 const_rtx x, machine_mode x_mode, rtx x_addr,
2603 ? (x_addr != NULL_RTX && x_mode != VOIDmode)
2604 : (x_addr == NULL_RTX && x_mode == VOIDmode));
2657 x_mode = GET_MODE (x);
2663 GET_MODE_SIZE (x_mode), x_addr, 0)) != -1)
2689 const_rtx x, machine_mode x_mode, rtx x_addr)
2691 return write_dependence_p (mem, x, x_mode, x_addr,
2713 const_rtx x, machine_mode x_mode, rt
1821 base_alias_check(rtx x, rtx x_base, rtx y, rtx y_base, machine_mode x_mode, machine_mode y_mode) argument
2591 write_dependence_p(const_rtx mem, const_rtx x, machine_mode x_mode, rtx x_addr, bool mem_canonicalized, bool x_canonicalized, bool writep) argument
2686 canon_anti_dependence(const_rtx mem, bool mem_canonicalized, const_rtx x, machine_mode x_mode, rtx x_addr) argument
2710 canon_output_dependence(const_rtx mem, bool mem_canonicalized, const_rtx x, machine_mode x_mode, rtx x_addr) argument
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dalias.c818 base_alias_check (x, y, x_mode, y_mode)
820 enum machine_mode x_mode, y_mode;
867 || GET_MODE_UNIT_SIZE (x_mode) < -INTVAL (XEXP (y, 1))))
/haiku-buildtools/binutils/opcodes/
H A Di386-dis.c272 #define Mx { OP_M, x_mode }
376 #define EMx { OP_EM, x_mode }
386 #define EXx { OP_EX, x_mode }
428 #define EXVexW { OP_EX_VexW, x_mode }
431 #define EXVexImmW { OP_EX_VexImmW, x_mode }
435 #define XMVexI4 { OP_REG_VexI4, x_mode }
510 x_mode, enumerator in enum:__anon1096
511 /* Similar to x_mode, but with different EVEX mem shifts. */
513 /* Similar to x_mode, but with disabled broadcast. */
515 /* Similar to x_mode, bu
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Di386-dis.c341 #define x_mode 7 /* 16-byte XMM operand */ macro
3312 case x_mode:
4249 bytemode = (prefixes & PREFIX_DATA) ? x_mode : q_mode;
4284 case 0: bytemode = x_mode; break;
4286 case PREFIX_DATA: bytemode = x_mode; used_prefixes |= PREFIX_DATA; break;

Completed in 215 milliseconds