/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 1186 __ Msub(w0, w16, w16, w16); in TEST() 1187 __ Msub(w1, w16, w16, w17); in TEST() 1188 __ Msub(w2, w16, w16, w18); in TEST() 1189 __ Msub(w3, w16, w16, w19); in TEST() 1190 __ Msub(w4, w16, w17, w17); in TEST() 1191 __ Msub(w5, w17, w17, w18); in TEST() 1192 __ Msub(w6, w17, w17, w19); in TEST() 1193 __ Msub(w7, w17, w18, w16); in TEST() 1194 __ Msub(w8, w17, w18, w18); in TEST() 1195 __ Msub(w in TEST() [all...] |
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 1307 __ Msub(i.OutputRegister(), i.InputRegister(0), i.InputRegister(1), in AssembleArchInstruction() 1311 __ Msub(i.OutputRegister32(), i.InputRegister32(0), i.InputRegister32(1), in AssembleArchInstruction() 1336 __ Msub(i.OutputRegister(), temp, i.InputRegister(1), i.InputRegister(0)); in AssembleArchInstruction() 1343 __ Msub(i.OutputRegister32(), temp, i.InputRegister32(1), in AssembleArchInstruction() 1351 __ Msub(i.OutputRegister(), temp, i.InputRegister(1), i.InputRegister(0)); in AssembleArchInstruction() 1358 __ Msub(i.OutputRegister32(), temp, i.InputRegister32(1), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/arm64/ |
H A D | liftoff-assembler-arm64.h | 1247 // kMinInt * -1 -> kMinInt. In this case, the Msub result is therefore 0. in emit_i32_rems() 1254 Msub(dst_w, scratch, rhs_w, lhs_w); in emit_i32_rems() 1269 Msub(dst_w, scratch, rhs_w, lhs_w); in emit_i32_remu() 1315 // kMinInt * -1 -> kMinInt. In this case, the Msub result is therefore 0. in emit_i64_rems() 1322 Msub(dst_x, scratch, rhs_x, lhs_x); in emit_i64_rems() 1339 Msub(dst_x, scratch, rhs_x, lhs_x); in emit_i64_remu()
|
/third_party/node/deps/v8/src/codegen/arm64/ |
H A D | macro-assembler-arm64-inl.h | 832 void TurboAssembler::Msub(const Register& rd, const Register& rn, in Msub() function in v8::internal::TurboAssembler
|
H A D | macro-assembler-arm64.h | 1045 inline void Msub(const Register& rd, const Register& rn, const Register& rm,
|
/third_party/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.h | 2271 void Msub(const Register& rd, in Msub() function in vixl::aarch64::MacroAssembler
|