Home | History | Annotate | Download | only in mips

Lines Matching defs:Print

9 // The example below will disassemble a block of code and print it to stdout.
62 // Bottleneck functions to print into the out_buffer.
64 void Print(const char* str);
147 void Decoder::Print(const char* str) {
157 // Print the register name according to the active name converter.
159 Print(converter_.NameOfCPURegister(reg));
181 // Print the FPUregister name according to the active name converter.
183 Print(converter_.NameOfXMMRegister(freg));
190 Print("FCSR");
193 Print(converter_.NameOfXMMRegister(freg));
216 // Print the integer value of the sa field.
223 // Print the integer value of the sa field of a lsa instruction.
230 // Print the integer value of the rd field, when it is not used as reg.
237 // Print the integer value of the rd field, when used as 'ext' size.
244 // Print the integer value of the rd field, when used as 'ins' size.
253 // Print the integer value of the cc field for the bc1t/f instructions.
260 // Print the integer value of the cc field for the FP compare instructions.
273 // Print 16-bit unsigned immediate value.
280 // Print 16-bit signed immediate value.
287 // Print 16-bit hexa immediate value.
294 // Print absoulte address for 16-bit offset or immediate value.
306 // Print 18-bit signed immediate value.
314 // Print 18-bit hexa immediate value.
321 // Print 19-bit hexa immediate value.
328 // Print 19-bit signed immediate value.
338 // Print 21-bit immediate value.
345 // Print 21-bit signed immediate value.
355 // Print absoulte address for 21-bit offset or immediate value.
370 // Print 26-bit hex immediate value.
379 // Print 26-bit signed immediate value.
389 // Print absoulte address for 26-bit offset or immediate value.
404 // Print absoulte address for 26-bit offset or immediate value.
417 // Print 26-bit immediate value.
773 // which will just print "unknown" of the instruction bits.
1711 // Print raw instruction bytes.