Home | History | Annotate | Download | only in Analysis

Lines Matching refs:OPCODE

453 #define HANDLE_INST(NUM, OPCODE, CLASS)                                        \
454 case Instruction::OPCODE: \
455 visit##OPCODE(*(CLASS *)CE); \