Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCInstrInfo.td419 def SP_ADD_SP_S : F16_SP_OPS_bconst<0b000, "add_s">;
422 "add_s\t$b3, %sp, $u7">;
510 def ADD_S_rrr : F16_LD_ADD_RR<0b11, "add_s\t$a, $b, $c">;
539 "add_s\t%r0, %gp, $s"> {
602 def ADD_S_ru3 : F16_ADD_IMM<0b00,"add_s">;
624 !strconcat("add_s", "\t$b_s3, $b_s3, $LImm")>;
628 !strconcat("add_s", "\t$b_s3, $b_s3, $h")>;
632 !strconcat("add_s", "\t$h, $h, $b_s3")>;
636 !strconcat("add_s", "\t0, $LImm, $b_s3")>;
681 F16_OP_U7<0b0, !strconcat("add_s", "\t$b, $b, $u7")>;
DARCInstrFormats.td577 "add_s\t$r, $b, $u6"> {
/third_party/libffi/src/arc/
Darcompact.S135 add_s sp, sp, 32
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.h124 void add_s(const Operand *OpFd, const Operand *OpFs, const Operand *OpFt);
DIceInstMIPS32.cpp654 Asm->add_s(getDest(), getSrc(0), getSrc(1)); in emitIAS()
DIceAssemblerMIPS32.cpp389 void AssemblerMIPS32::add_s(const Operand *OpFd, const Operand *OpFs, in add_s() function in Ice::MIPS32::AssemblerMIPS32