HomeSort by relevance Sort by last modified time
    Searched refs:ExplicitOperand (Results 1 - 5 of 5) sorted by null

  /external/v8/test/cctest/compiler/
test-gap-resolver.cc 224 return ExplicitOperand(LocationOperand::REGISTER, rep,
227 return ExplicitOperand(LocationOperand::STACK_SLOT, rep,
  /external/v8/src/compiler/
instruction-selector-impl.h 135 return ExplicitOperand(LocationOperand::REGISTER, rep,
138 return ExplicitOperand(LocationOperand::STACK_SLOT, rep,
instruction.h 503 class ExplicitOperand : public LocationOperand {
505 ExplicitOperand(LocationKind kind, MachineRepresentation rep, int index);
507 static ExplicitOperand* New(Zone* zone, LocationKind kind,
509 return InstructionOperand::New(zone, ExplicitOperand(kind, rep, index));
512 INSTRUCTION_OPERAND_CASTS(ExplicitOperand, EXPLICIT);
    [all...]
instruction.cc 250 ExplicitOperand::ExplicitOperand(LocationKind kind, MachineRepresentation rep,
    [all...]
  /external/v8/test/unittests/compiler/
move-optimizer-unittest.cc 79 return ExplicitOperand(LocationOperand::REGISTER,

Completed in 197 milliseconds