Searched refs:MAPPED_REG (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mips16-opc.c | 52 case '0': MAPPED_REG (0, 0, GP, reg_0_map); in decode_mips16_operand() 57 case 'R': MAPPED_REG (0, 0, GP, reg_31_map); in decode_mips16_operand() 58 case 'S': MAPPED_REG (0, 0, GP, reg_29_map); in decode_mips16_operand() 60 case 'Y': MAPPED_REG (5, 3, GP, reg32r_map); in decode_mips16_operand() 61 case 'Z': MAPPED_REG (3, 0, GP, reg_m16_map); in decode_mips16_operand() 70 case 'x': MAPPED_REG (3, 8, GP, reg_m16_map); in decode_mips16_operand() 71 case 'y': MAPPED_REG (3, 5, GP, reg_m16_map); in decode_mips16_operand() 72 case 'z': MAPPED_REG (3, 2, GP, reg_m16_map); in decode_mips16_operand()
|
D | micromips-opc.c | 54 case 'a': MAPPED_REG (0, 0, GP, reg_28_map); in decode_micromips_operand() 55 case 'b': MAPPED_REG (3, 23, GP, reg_m16_map); in decode_micromips_operand() 57 case 'd': MAPPED_REG (3, 7, GP, reg_m16_map); in decode_micromips_operand() 59 case 'f': MAPPED_REG (3, 3, GP, reg_m16_map); in decode_micromips_operand() 60 case 'g': MAPPED_REG (3, 0, GP, reg_m16_map); in decode_micromips_operand() 63 case 'l': MAPPED_REG (3, 4, GP, reg_m16_map); in decode_micromips_operand() 64 case 'm': MAPPED_REG (3, 1, GP, reg_mn_map); in decode_micromips_operand() 65 case 'n': MAPPED_REG (3, 4, GP, reg_mn_map); in decode_micromips_operand() 67 case 'q': MAPPED_REG (3, 7, GP, reg_q_map); in decode_micromips_operand() 69 case 's': MAPPED_REG (0, 0, GP, reg_29_map); in decode_micromips_operand() [all …]
|
D | mips-formats.h | 90 #define MAPPED_REG(SIZE, LSB, BANK, MAP) \ macro
|
D | ChangeLog-2013 | 737 * mips-formats.h (MAPPED_INT, MAPPED_REG, REG_PAIR): Add
|
D | mips-opc.c | 265 case 'z': MAPPED_REG (0, 0, GP, reg_0_map); in decode_mips_operand()
|