reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
169 if (WasmInst->ET == ET_Prefix) { 170 WasmInst = nullptr; 174 WasmInst = PT->Table; 178 if (!WasmInst) 185 WasmInst += PrefixedOpc; 187 if (WasmInst->ET == ET_Unused) 190 assert(WasmInst->ET == ET_Instruction); 191 MI.setOpcode(WasmInst->Opcode); 193 for (uint8_t OPI = 0; OPI < WasmInst->NumOperands; OPI++) { 194 auto OT = OperandTable[WasmInst->OperandStart + OPI];