Home
last modified time | relevance | path

Searched refs:add_s (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.td523 def SP_ADD_SP_S : F16_SP_OPS_bconst<0b000, "add_s">;
526 "add_s\t$b3, %sp, $u7">;
614 def ADD_S_rrr : F16_LD_ADD_RR<0b11, "add_s\t$a, $b, $c">;
643 "add_s\t%r0, %gp, $s"> {
706 def ADD_S_ru3 : F16_ADD_IMM<0b00,"add_s">;
728 !strconcat("add_s", "\t$b_s3, $b_s3, $LImm")>;
732 !strconcat("add_s", "\t$b_s3, $b_s3, $h")>;
736 !strconcat("add_s", "\t$h, $h, $b_s3")>;
740 !strconcat("add_s", "\t0, $LImm, $b_s3")>;
785 F16_OP_U7<0b0, !strconcat("add_s", "\t$b, $b, $u7")>;
H A DARCInstrFormats.td669 "add_s\t$r, $b, $u6"> {
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c688 static void add_s (MatchState *ms, luaL_Buffer *b, const char *s, in add_s() function
731 add_s(ms, b, s, e); in add_value()
/freebsd/contrib/lua/src/
H A Dlstrlib.c871 static void add_s (MatchState *ms, luaL_Buffer *b, const char *s, in add_s() function
923 add_s(ms, b, s, e); /* add value to the buffer */ in add_value()