Searched refs:sbe (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsEVAInstrInfo.td | 84 class SBE_DESC : STORE_EVA_DESC_BASE<"sbe", GPR32Opnd, II_SBE>;
|
| H A D | MicroMipsInstrInfo.td | 835 def SBE_MM : MMRel, StoreMemory<"sbe", GPR32Opnd, mem_simm9, null_frag,
|
| /freebsd/sbin/pfctl/ |
| H A D | pfctl.c | 1067 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()
|