Home | History | Annotate | Download | only in arm

Lines Matching defs:InstructionDecode

39 //     pc += d.InstructionDecode(buffer, pc);
90 int InstructionDecode(byte* instruction);
1378 int Decoder::InstructionDecode(byte* instr_ptr) {
1488 int Disassembler::InstructionDecode(v8::internal::Vector<char> buffer,
1491 return d.InstructionDecode(instruction);
1507 pc += d.InstructionDecode(buffer, pc);