Searched defs:InstructionOperand (Results 1 – 5 of 5) sorted by relevance
30 class InstructionOperand; variable
59 InstructionOperand() : InstructionOperand(INVALID) {} in InstructionOperand() function147 explicit InstructionOperand(Kind kind) : value_(KindField::encode(kind)) {} in InstructionOperand() function
129 message InstructionOperand { message