Searched refs:reg_0_map (Results 1 – 4 of 4) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | mips16-opc.c | 27 static unsigned char reg_0_map[] = { 0 }; variable 52 case '0': MAPPED_REG (0, 0, GP, reg_0_map); in decode_mips16_operand()
|
D | ChangeLog-2013 | 751 (reg_0_map, reg_29_map, reg_31_map, reg_m16_map, reg32r_map): New 766 (reg_0_map): New static array. 769 (reg_0_map, reg_28_map, reg_29_map, reg_31_map, reg_m16_map)
|
D | micromips-opc.c | 26 static unsigned char reg_0_map[] = { 0 }; variable 73 case 'z': MAPPED_REG (0, 0, GP, reg_0_map); in decode_micromips_operand() 194 case 'z': MAPPED_REG (0, 0, GP, reg_0_map); in decode_micromips_operand()
|
D | mips-opc.c | 59 static unsigned char reg_0_map[] = { 0 }; variable 265 case 'z': MAPPED_REG (0, 0, GP, reg_0_map); in decode_mips_operand()
|