Home
last modified time | relevance | path

Searched refs:add4s (Results 1 – 19 of 19) sorted by relevance

/dports/editors/fpc-ide/fpc-3.2.2/compiler/i8086/
H A Di8086att.inc1045 'add4s',
H A Di8086int.inc1045 'add4s',
/dports/lang/fpc/fpc-3.2.2/compiler/i8086/
H A Di8086att.inc1045 'add4s',
H A Di8086int.inc1045 'add4s',
/dports/lang/fpc-source/fpc-3.2.2/compiler/i8086/
H A Di8086att.inc1045 'add4s',
H A Di8086int.inc1045 'add4s',
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkVM.h136 add4s, sub4s, mul4s, variable
H A DSkVM.cpp983 void Assembler::add4s(V d, V n, V m) { this->op(0b0'1'0'01110'10'1, m, 0b10000'1, n, d); } in add4s() function in skvm::Assembler
1900 case Op::add_i32: a->add4s(dst(), r[x], r[y]); break; in jit()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkVM.h136 add4s, sub4s, mul4s, variable
H A DSkVM.cpp983 void Assembler::add4s(V d, V n, V m) { this->op(0b0'1'0'01110'10'1, m, 0b10000'1, n, d); } in add4s() function in skvm::Assembler
1900 case Op::add_i32: a->add4s(dst(), r[x], r[y]); break; in jit()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkVM.h136 add4s, sub4s, mul4s, variable
H A DSkVM.cpp983 void Assembler::add4s(V d, V n, V m) { this->op(0b0'1'0'01110'10'1, m, 0b10000'1, n, d); } in add4s() function in skvm::Assembler
1900 case Op::add_i32: a->add4s(dst(), r[x], r[y]); break; in jit()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkVM.h136 add4s, sub4s, mul4s, variable
H A DSkVM.cpp983 void Assembler::add4s(V d, V n, V m) { this->op(0b0'1'0'01110'10'1, m, 0b10000'1, n, d); } in add4s() function in skvm::Assembler
1900 case Op::add_i32: a->add4s(dst(), r[x], r[y]); break; in jit()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkVM.h182 add4s, sub4s, mul4s, variable
H A DSkVM.cpp2074 void Assembler::add4s(V d, V n, V m) { this->op(0b0'1'0'01110'10'1, m, 0b10000'1, n, d); } in add4s() function in skvm::Assembler
3419 case Op::add_i32: a->add4s(dst(), r[x], r[y]); break; in jit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkVM.h286 add4s, sub4s, mul4s, variable
H A DSkVM.cpp2414 void Assembler::add4s(V d, V n, V m) { this->op(0b0'1'0'01110'10'1, m, 0b10000'1, n, d); } in add4s() function in skvm::Assembler
4014 case Op::add_i32: a->add4s(dst(), r(x), r(y)); break; in jit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DSkVMTest.cpp1679 a.add4s(A::v4, A::v3, A::v1); in DEF_TEST()