Searched defs:InstructionTable (Results 1 – 3 of 3) sorted by relevance
2632 static const struct InstructionTable { in ARMEmitIntExt() struct2633 uint32_t Opc : 16; in ARMEmitIntExt()2634 uint32_t hasS : 1; // Some instructions have an S bit, always set it to 0. in ARMEmitIntExt()2635 uint32_t Shift : 7; // For shift operand addressing mode, used by MOVsi. in ARMEmitIntExt()2636 uint32_t Imm : 8; // All instructions have either a shift or a mask. in ARMEmitIntExt()
152 class InstructionTable { class167 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable
115 class InstructionTable { class134 InstructionTable::InstructionTable() { in InstructionTable() function in disasm::InstructionTable