Home
last modified time | relevance | path

Searched refs:madd (Results 1 - 13 of 13) sorted by relevance

/third_party/ffmpeg/libavresample/aarch64/
H A Dresample_neon.S40 madd x9, x11, x4, x9 // filter
/third_party/node/deps/v8/src/diagnostics/mips/
H A Ddisasm-mips.cc1578 Format(instr, "madd.s 'fd, 'fr, 'fs, 'ft"); in DecodeTypeRegister()
1581 Format(instr, "madd.d 'fd, 'fr, 'fs, 'ft"); in DecodeTypeRegister()
/third_party/vixl/test/aarch64/
H A Dtest-disasm-aarch64.cc446 TEST(madd) { in TEST()
449 COMPARE(madd(w0, w1, w2, w3), "madd w0, w1, w2, w3"); in TEST()
450 COMPARE(madd(w30, w21, w22, w16), "madd w30, w21, w22, w16"); in TEST()
451 COMPARE(madd(x0, x1, x2, x3), "madd x0, x1, x2, x3"); in TEST()
452 COMPARE(madd(x30, x21, x22, x16), "madd x30, x21, x22, x16"); in TEST()
H A Dtest-trace-aarch64.cc238 __ madd(w25, w26, w27, w28); in GenerateTestSequenceBase()
239 __ madd(x29, x2, x3, x4); in GenerateTestSequenceBase()
H A Dtest-cpu-features-aarch64.cc365 TEST_NONE(madd_0, madd(w0, w1, w2, w3))
366 TEST_NONE(madd_1, madd(x0, x1, x2, x3))
H A Dtest-assembler-aarch64.cc1108 TEST(madd) { in TEST()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64-inl.h805 madd(rd, rn, rm, ra); in Madd()
H A Dassembler-arm64.h737 void madd(const Register& rd, const Register& rn, const Register& rm,
H A Dassembler-arm64.cc1093 void Assembler::madd(const Register& rd, const Register& rn, const Register& rm, in madd() function in v8::internal::Assembler
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-sve-aarch64.cc300 madd(xd, a, b, xn); in Addvl()
H A Dassembler-aarch64.h999 void madd(const Register& rd,
H A Dassembler-aarch64.cc905 void Assembler::madd(const Register& rd, in madd() function in vixl::aarch64::Assembler
H A Dmacro-assembler-aarch64.h2194 madd(rd, rn, rm, ra); in Madd()

Completed in 111 milliseconds