Home
last modified time | relevance | path

Searched defs:InstructionTable (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2627 static const struct InstructionTable { in ARMEmitIntExt() struct
2628 uint32_t Opc : 16; in ARMEmitIntExt()
2629 uint32_t hasS : 1; // Some instructions have an S bit, always set it to 0. in ARMEmitIntExt()
2630 uint32_t Shift : 7; // For shift operand addressing mode, used by MOVsi. in ARMEmitIntExt()
2631 uint32_t Imm : 8; // All instructions have either a shift or a mask. in ARMEmitIntExt()