Home
last modified time | relevance | path

Searched refs:InputInt64 (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator-impl.h57 int64_t InputInt64(size_t index) { in InputInt64() function
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc768 __ RecordComment(reinterpret_cast<const char*>(i.InputInt64(0))); in AssembleArchInstruction()
819 offset = Operand(i.InputInt64(1)); in AssembleArchInstruction()
830 __ St_d(value, MemOperand(object, i.InputInt64(1))); in AssembleArchInstruction()
840 __ Add_d(scratch, object, Operand(i.InputInt64(1))); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc88 (instr_->InputAt(index)->IsImmediate() && (InputInt64(index) == 0))); in InputOrZeroRegister64()
186 return MemOperand(kRootRegister, InputInt64(index)); in MemoryOperand()
896 __ RecordComment(reinterpret_cast<const char*>(i.InputInt64(0))); in AssembleArchInstruction()
960 offset = Operand(i.InputInt64(1)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc828 __ RecordComment(reinterpret_cast<const char*>(i.InputInt64(0))); in AssembleArchInstruction()
2110 __ li(kScratchReg, i.InputInt64(1)); in AssembleArchInstruction()
3389 __ li(kScratchReg, i.InputInt64(0)); in AssembleArchInstruction()
3401 __ li(kScratchReg, i.InputInt64(1)); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc100 return MemOperand(InputRegister(index + 0), InputInt64(index + 1)); in MemoryOperand()
957 __ RecordComment(reinterpret_cast<const char*>(i.InputInt64(0))); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc1163 __ RecordComment(reinterpret_cast<const char*>(i.InputInt64(0))); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc790 __ RecordComment(reinterpret_cast<const char*>(i.InputInt64(0))); in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc1392 __ RecordComment(reinterpret_cast<const char*>(i.InputInt64(0))); in AssembleArchInstruction()