Home | History | Annotate | Download | only in mips64

Lines Matching refs:InstructionDecode

16 //     pc += d.InstructionDecode(buffer, pc);
60 int InstructionDecode(byte* instruction);
3001 int Decoder::InstructionDecode(byte* instr_ptr) {
3071 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer,
3074 return d.InstructionDecode(instruction);
3091 pc += d.InstructionDecode(buffer, pc);