Searched refs:R_12 (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/opcodes/ |
D | s390-opc.c | 49 #define R_12 2 /* GPR starting at position 12 */ macro 300 #define INSTR_RIE_RRP 6, { R_8,R_12,J16_16,0,0,0 } /* e.g. brxhg */ 301 #define INSTR_RIE_RRPU 6, { R_8,R_12,U4_32,J16_16,0,0 } /* e.g. crj */ 302 #define INSTR_RIE_RRP0 6, { R_8,R_12,J16_16,0,0,0 } /* e.g. cgrjne */ 303 #define INSTR_RIE_RRI0 6, { R_8,R_12,I16_16,0,0,0 } /* e.g. ahik */ 313 #define INSTR_RIE_RRUUU 6, { R_8,R_12,U8_16,U8_24,U8_32,0 } /* e.g. rnsbg */ 379 #define INSTR_RR_0R 2, { R_12, 0,0,0,0,0 } /* e.g. br */ 385 #define INSTR_RR_RR 2, { R_8,R_12,0,0,0,0 } /* e.g. lr */ 386 #define INSTR_RR_RER 2, { RE_8,R_12,0,0,0,0 } /* e.g. dr */ 388 #define INSTR_RR_UR 2, { U4_8,R_12,0,0,0,0 } /* e.g. bcr */ [all …]
|