Home
last modified time | relevance | path

Searched defs:ToOperand (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/interpreter/
Dbytecode-register.h61 constexpr int32_t ToOperand() const { in ToOperand() function
/third_party/node/deps/v8/src/compiler/backend/
Dmid-tier-register-allocator.cc3332 AllocatedOperand ToOperand(MachineRepresentation rep) const { in ToOperand() function in v8::internal::compiler::MidTierSpillSlotAllocator::SpillSlot
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc198 Operand ToOperand(InstructionOperand* op) { in ToOperand() function in v8::internal::compiler::Arm64OperandConverter
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc65 Operand ToOperand(InstructionOperand* op, int extra = 0) { in ToOperand() function in v8::internal::compiler::X64OperandConverter
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc52 Operand ToOperand(InstructionOperand* op, int extra = 0) { in ToOperand() function in v8::internal::compiler::IA32OperandConverter