Searched refs:PrintPCImm26 (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/mips/ |
D | disasm-mips.cc | 99 void PrintPCImm26(Instruction* instr, int delta_pc, int n_bits); 100 void PrintPCImm26(Instruction* instr); 392 void Decoder::PrintPCImm26(Instruction* instr, int delta_pc, int n_bits) { in PrintPCImm26() function in v8::internal::Decoder 407 void Decoder::PrintPCImm26(Instruction* instr) { in PrintPCImm26() function in v8::internal::Decoder 671 PrintPCImm26(instr, delta_pc, n_bits); in FormatOption() 679 PrintPCImm26(instr); in FormatOption()
|
/external/v8/src/mips64/ |
D | disasm-mips64.cc | 99 void PrintPCImm26(Instruction* instr, int delta_pc, int n_bits); 100 void PrintPCImm26(Instruction* instr); 396 void Decoder::PrintPCImm26(Instruction* instr, int delta_pc, int n_bits) { in PrintPCImm26() function in v8::internal::Decoder 411 void Decoder::PrintPCImm26(Instruction* instr) { in PrintPCImm26() function in v8::internal::Decoder 687 PrintPCImm26(instr, delta_pc, n_bits); in FormatOption() 695 PrintPCImm26(instr); in FormatOption()
|