Searched defs:Instruction (Results 1 – 12 of 12) sorted by relevance
30 class Instruction; variable
32 class Instruction; variable
48 Instruction(uint32_t opCode) : mCodeAndCount(opCode) {} in Instruction() function49 Instruction(uint32_t opCode, uint32_t fixedWordCount) in Instruction() function
34 class Instruction; variable
25 class Instruction; variable
60 CreateInstructionVisitor([&count](Instruction *) -> void { count++; })); in TEST_F() argument
47 class Instruction; variable
18 } Instruction; typedef
95 private class Instruction { class in ApfGenerator112 Instruction(Opcodes opcode, Register register) { in Instruction() method in ApfGenerator.Instruction117 Instruction(Opcodes opcode) { in Instruction() method in ApfGenerator.Instruction
26 class Instruction; variable
27 class Instruction; variable