Home | History | Annotate | Download | only in a64

Lines Matching full:decode

151   void Decode(const Instruction* instr) {
158 void Decode(Instruction* instr) {
163 // Decode() will call the corresponding visitor method from all registered
165 // decode tree.
174 // d.Decode(i);
213 // Decode the PC relative addressing instruction, and call the corresponding
218 // Decode the add/subtract immediate instruction, and call the correspoding
223 // Decode the branch, system command, and exception generation parts of
228 // Decode the load and store parts of the instruction tree, and call
233 // Decode the logical immediate and move wide immediate parts of the
238 // Decode the bitfield and extraction parts of the instruction tree,
243 // Decode the data processing parts of the instruction tree, and call the
248 // Decode the floating point parts of the instruction tree, and call the
253 // Decode the Advanced SIMD (NEON) load/store part of the instruction tree,
258 // Decode the Advanced SIMD (NEON) vector data processing part of the
263 // Decode the Advanced SIMD (NEON) scalar data processing part of the