Home
last modified time | relevance | path

Searched refs:OutOfLineLoadFloat64NaN (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc245 class OutOfLineLoadFloat64NaN final : public OutOfLineCode { class
247 OutOfLineLoadFloat64NaN(CodeGenerator* gen, XMMRegister result) in OutOfLineLoadFloat64NaN() function in v8::internal::compiler::__anon48ae17450111::OutOfLineLoadFloat64NaN
1320 zone()->New<OutOfLineLoadFloat64NaN>(this, i.OutputDoubleRegister()); in AssembleArchInstruction()
1375 zone()->New<OutOfLineLoadFloat64NaN>(this, i.OutputDoubleRegister()); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc192 class OutOfLineLoadFloat64NaN final : public OutOfLineCode { class
194 OutOfLineLoadFloat64NaN(CodeGenerator* gen, XMMRegister result) in OutOfLineLoadFloat64NaN() function in v8::internal::compiler::__anon49880e4b0111::OutOfLineLoadFloat64NaN
1936 zone()->New<OutOfLineLoadFloat64NaN>(this, i.OutputDoubleRegister()); in AssembleArchInstruction()
1961 zone()->New<OutOfLineLoadFloat64NaN>(this, i.OutputDoubleRegister()); in AssembleArchInstruction()