Searched refs:R_24 (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.25/opcodes/ |
D | s390-opc.c | 57 #define R_24 6 /* GPR starting at position 24 */ macro 327 #define INSTR_RRE_R0 4, { R_24,0,0,0,0,0 } /* e.g. ipm */ 328 #define INSTR_RRE_RA 4, { R_24,A_28,0,0,0,0 } /* e.g. ear */ 329 #define INSTR_RRE_RF 4, { R_24,F_28,0,0,0,0 } /* e.g. cefbr */ 330 #define INSTR_RRE_RFE 4, { R_24,FE_28,0,0,0,0 } /* e.g. csxtr */ 331 #define INSTR_RRE_RR 4, { R_24,R_28,0,0,0,0 } /* e.g. lura */ 338 #define INSTR_RRE_RR_OPT 4, { R_24,RO_28,0,0,0,0 } /* efpc, sfpc */ 348 #define INSTR_RRF_RURR 4, { R_24,R_28,R_16,U4_20,0,0 } /* e.g. .insn */ 349 #define INSTR_RRF_RURR2 4, { R_24,R_16,R_28,U4_20,0,0 } /* e.g. lptea */ 350 #define INSTR_RRF_R0RR 4, { R_24,R_16,R_28,0,0,0 } /* e.g. idte */ [all …]
|