Searched refs:opt_shift (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/less/ |
H A D | opttbl.c | 487 STRING, 0, NULL, opt_shift,
|
H A D | optfunc.c | 251 public void opt_shift(int type, constant char *s) in opt_shift() 222 public void opt_shift(int type, char *s) opt_shift() function
|
H A D | funcs.h | 279 public void opt_shift(int type, constant char *s);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 8370 string opt_shift, string asm, string kind, 8374 "{\t$Rd" # kind # ", $imm8" # opt_shift # 8375 "|" # kind # "\t$Rd, $imm8" # opt_shift # "}", 8382 string opt_shift, string asm, string kind, 8386 asm, "{\t$Rd" # kind # ", $imm8" # opt_shift # 8387 "|" # kind # "\t$Rd, $imm8" # opt_shift # "}",
|