Home
last modified time | relevance | path

Searched refs:GET_FIELD (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/disas/
H A Dhppa.c1674 #define GET_FIELD(X, FROM, TO) \ macro
1678 GET_FIELD (X, WHICH, WHICH)
1775 #define GET_COMPL(insn) (GET_FIELD (insn, 26, 26) | \
1776 GET_FIELD (insn, 18, 18) << 1)
1778 #define GET_COND(insn) (GET_FIELD ((insn), 16, 18) + \
1779 (GET_FIELD ((insn), 19, 19) ? 8 : 0))
1838 return GET_FIELD (word, 18, 18) << 2 | GET_FIELD (word, 16, 17); in extract_3()
1927 val = GET_FIELD (word, 20, 20); in extract_21()
1929 val |= GET_FIELD (word, 9, 19); in extract_21()
1931 val |= GET_FIELD (word, 5, 6); in extract_21()
[all …]
/openbmc/qemu/hw/net/
H A Dpcnet.c242 #define GET_FIELD(reg, name, field) \ macro
254 GET_FIELD((T)->status, TMDS, OWN), \
255 GET_FIELD((T)->status, TMDS, ERR), \
256 GET_FIELD((T)->status, TMDS, NOFCS), \
257 GET_FIELD((T)->status, TMDS, LTINT), \
258 GET_FIELD((T)->status, TMDS, ONE), \
259 GET_FIELD((T)->status, TMDS, DEF), \
260 GET_FIELD((T)->status, TMDS, STP), \
261 GET_FIELD((T)->status, TMDS, ENP), \
262 GET_FIELD((T)->status, TMDS, BPE), \
[all …]
H A Dopencores_eth.c50 #define GET_FIELD(v, field) (((v) & (field)) >> (field ## _LBN)) macro
53 GET_FIELD((s)->regs[reg], reg ## _ ## field)
489 unsigned len = GET_FIELD(tx->len_flags, TXD_LEN);
541 GET_FIELD(tx->len_flags, TXD_LEN) > 4) {