#include "sysdep.h"#include "opcode/m68k.h"

Go to the source code of this file.
Defines | |
| #define | one(x) ((unsigned int) (x) << 16) |
| #define | two(x, y) (((unsigned int) (x) << 16) + (y)) |
| #define | SCOPE_LINE (0x1 << 3) |
| #define | SCOPE_PAGE (0x2 << 3) |
| #define | SCOPE_ALL (0x3 << 3) |
| #define | TBL1(name, insn_size, signed, round, size) |
| #define | TBL(name1, name2, name3, s, r) TBL1(name1, 4, s, r, 0), TBL1(name2, 4, s, r, 1), TBL1(name3, 4, s, r, 2) |
Variables | |
| struct m68k_opcode | m68k_opcodes [] |
| const int | m68k_numopcodes = sizeof m68k_opcodes / sizeof m68k_opcodes[0] |
| struct m68k_opcode_alias | m68k_opcode_aliases [] |
| const int | m68k_numaliases |
| #define one | ( | x | ) | ((unsigned int) (x) << 16) |
Definition at line 30 of file m68k-opc.c.
Referenced by ar_power(), ar_sim(), BND_Max_Expr(), BND_Min_Expr(), compare_bit(), IVR::Compute_trip_count(), Create_array(), cwh_addr_nonc_recast(), MAT< T >::D_Identity(), decApplyRound(), em_divfloor(), en_fio(), EPROP(), exact_real_inverse(), extract_range_from_assert(), f_end_com(), fei_cot(), fei_substr(), ffetarget_power_realdefault_integerdefault(), ffetarget_power_realdouble_integerdefault(), Gather_Scatter_Scalar_Expand(), gen_int_relational(), gimplify_init_ctor_preeval(), iterative_hash_expr(), pe_process_import_defs(), pj_output_addsi3(), print_insn_h8500(), real_to_decimal(), replace_goto_queue_cond_clause(), rs6000_emit_swdivdf(), rs6000_emit_swdivsf(), SE_Indxs_and_Bounds(), Targ_Convert_Length(), Targ_IntrinsicOp(), test_for_singularity(), vho_lower_cand_cior(), and WN_ConstPowerOf2().
| #define SCOPE_ALL (0x3 << 3) |
| #define SCOPE_LINE (0x1 << 3) |
| #define SCOPE_PAGE (0x2 << 3) |
| #define TBL | ( | name1, | |||
| name2, | |||||
| name3, | |||||
| s, | |||||
| r | ) | TBL1(name1, 4, s, r, 0), TBL1(name2, 4, s, r, 1), TBL1(name3, 4, s, r, 2) |
| #define two | ( | x, | |||
| y | ) | (((unsigned int) (x) << 16) + (y)) |
Definition at line 31 of file m68k-opc.c.
Referenced by ffeexpr_token_name_rhs_(), ffetarget_power_complexdefault_integerdefault(), ffetarget_power_complexdouble_integerdefault(), IPROP(), iterative_hash_expr(), maximum_int(), pj_output_addsi3(), and UPROP().
| const int m68k_numaliases |
Initial value:
sizeof m68k_opcode_aliases / sizeof m68k_opcode_aliases[0]
Definition at line 2430 of file m68k-opc.c.
| const int m68k_numopcodes = sizeof m68k_opcodes / sizeof m68k_opcodes[0] |
Definition at line 2186 of file m68k-opc.c.
1.5.6