Home | History | Annotate | Download | only in TableGen

Lines Matching full:decode

263 /// decoder could try to decode the even/odd register numbering and assign to
316 // instructions. In order to unambiguously decode the singleton, we need to
320 // Emit code to decode instructions given a segment or segments of bits.
473 // Calculates the island(s) needed to decode the instruction.
501 // Emits code to decode the singleton. Return true if we have matched all the
505 // Emits code to decode the singleton, and then to decode the rest.
523 // Decides on the best configuration of filter(s) to use in order to decode
528 // Emits code to decode our share of instructions. Returns true if the
529 // emitted code causes a return, which occurs if we know how to decode
598 // instructions. In order to unambiguously decode the singleton, we need to
658 // Emit code to decode instructions given a segment or segments of bits.
814 // Emits code to decode the instructions.
837 // Emits code to decode the instructions.
929 // Calculates the island(s) needed to decode the instruction.
991 // Emits code to decode the singleton. Return true if we have matched all the
1055 // Emits code to decode the singleton, and then to decode the rest.
1326 // Decides on the best configuration of filter(s) to use in order to decode
1359 // Emits code to decode our share of instructions. Returns true if the
1360 // emitted code causes a return, which occurs if we know how to decode
1462 // We don't know how to decode these instructions! Return 0 and dump the
1564 // If all the bit positions are not specified; do not decode this instruction.