Home
last modified time | relevance | path

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

/external/v8/test/unittests/compiler/
Dinstruction-sequence-unittest.h47 struct TestOperand { struct
48 TestOperand() : type_(kInvalid), vreg_(), value_(kNoValue) {} in TestOperand() argument
49 TestOperand(TestOperandType type, int imm) in TestOperand() argument
54 TestOperandType type_; argument
59 static TestOperand Same() { return TestOperand(kSameAsFirst, VReg()); } in Same() argument