Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsEVAInstrInfo.td84 class SBE_DESC : STORE_EVA_DESC_BASE<"sbe", GPR32Opnd, II_SBE>;
H A DMicroMipsInstrInfo.td835 def SBE_MM : MMRel, StoreMemory<"sbe", GPR32Opnd, mem_simm9, null_frag,
/freebsd/sbin/pfctl/
H A Dpfctl.c1067 char *s = NULL, *sbs, *sbe; in pfctl_parse_host() local
1078 if ((sbs = strchr(s, '[')) != NULL && (sbe = strrchr(s, ']')) != NULL) { in pfctl_parse_host()
1080 *(sbs++) = *sbe = '\0'; in pfctl_parse_host()