Home
last modified time | relevance | path

Searched refs:R_8 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/s390/kernel/
H A Ddis.c105 R_8, /* GPR starting at position 8 */ enumerator
167 [R_8] = { 4, 8, OPERAND_GPR },
201 [INSTR_RIE_R0IU] = { R_8, I16_16, U4_32, 0, 0, 0 },
202 [INSTR_RIE_R0UU] = { R_8, U16_16, U4_32, 0, 0, 0 },
203 [INSTR_RIE_RRI0] = { R_8, R_12, I16_16, 0, 0, 0 },
204 [INSTR_RIE_RRP] = { R_8, R_12, J16_16, 0, 0, 0 },
205 [INSTR_RIE_RRPU] = { R_8, R_12, U4_32, J16_16, 0, 0 },
206 [INSTR_RIE_RRUUU] = { R_8, R_12, U8_16, U8_24, U8_32, 0 },
207 [INSTR_RIE_RUI0] = { R_8, I16_16, U4_12, 0, 0, 0 },
208 [INSTR_RIE_RUPI] = { R_8, I8_32, U4_12, J16_16, 0, 0 },
[all …]
/openbmc/qemu/target/hexagon/
H A Ddecode.c50 DEF_REGMAP(R_8, 8, 0, 1, 2, 3, 4, 5, 6, 7)
62 DECODE_MAPPED(R_8) in DECODE_MAPPED()