Home
last modified time | relevance | path

Searched refs:ExplicitOperand (Results 1 – 5 of 5) sorted by relevance

/external/v8/test/cctest/compiler/
Dtest-gap-resolver.cc218 return ExplicitOperand( in CreateRandomOperand()
223 return ExplicitOperand( in CreateRandomOperand()
/external/v8/src/compiler/
Dinstruction-selector-impl.h134 return ExplicitOperand(LocationOperand::REGISTER, rep, in UseExplicit()
137 return ExplicitOperand(LocationOperand::STACK_SLOT, rep, in UseExplicit()
Dinstruction.h478 class ExplicitOperand : public LocationOperand {
480 ExplicitOperand(LocationKind kind, MachineRepresentation rep, int index);
482 static ExplicitOperand* New(Zone* zone, LocationKind kind, in New()
484 return InstructionOperand::New(zone, ExplicitOperand(kind, rep, index)); in New()
487 INSTRUCTION_OPERAND_CASTS(ExplicitOperand, EXPLICIT);
Dinstruction.cc242 ExplicitOperand::ExplicitOperand(LocationKind kind, MachineRepresentation rep, in ExplicitOperand() function in v8::internal::compiler::ExplicitOperand
/external/v8/test/unittests/compiler/
Dmove-optimizer-unittest.cc78 return ExplicitOperand(LocationOperand::REGISTER, in ConvertMoveArg()