Home
last modified time | relevance | path

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

/freebsd/sys/dev/rge/
H A Dif_rge_hw.c1875 rge_config_imtype(struct rge_softc *sc, int imtype) in rge_config_imtype() argument
1877 switch (imtype) { in rge_config_imtype()
1885 RGE_PRINT_ERROR(sc, "unknown imtype %d", imtype); in rge_config_imtype()
1933 rge_setup_intr(struct rge_softc *sc, int imtype) in rge_setup_intr() argument
1935 rge_config_imtype(sc, imtype); in rge_setup_intr()
1940 switch (imtype) { in rge_setup_intr()
1950 RGE_PRINT_ERROR(sc, "unknown imtype %d", imtype); in rge_setup_intr()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrFormats.td13256 class CmpBranchImmediatePseudo<RegisterClass regtype, ImmLeaf imtype>
13257 : Pseudo<(outs), (ins ccode:$Cond, regtype:$Rt, imtype:$Imm, am_brcmpcond:$Target), []>,