HomeSort by relevance Sort by last modified time
    Searched refs:delta_pc (Results 1 - 2 of 2) sorted by null

  /external/v8/src/mips/
disasm-mips.cc 89 void PrintPCImm16(Instruction* instr, int delta_pc, int n_bits);
96 void PrintPCImm21(Instruction* instr, int delta_pc, int n_bits);
99 void PrintPCImm26(Instruction* instr, int delta_pc, int n_bits);
296 // PC + delta_pc + (offset << n_bits)
297 void Decoder::PrintPCImm16(Instruction* instr, int delta_pc, int n_bits) {
302 delta_pc + (offset << n_bits)));
357 // PC + delta_pc + (offset << n_bits)
358 void Decoder::PrintPCImm21(Instruction* instr, int delta_pc, int n_bits) {
366 delta_pc + (imm21 << n_bits)));
391 // PC + delta_pc + (offset << n_bits
572 int delta_pc = 0; local
630 int delta_pc = 0; local
661 int delta_pc = 0; local
    [all...]
  /external/v8/src/mips64/
disasm-mips64.cc 89 void PrintPCImm16(Instruction* instr, int delta_pc, int n_bits);
96 void PrintPCImm21(Instruction* instr, int delta_pc, int n_bits);
99 void PrintPCImm26(Instruction* instr, int delta_pc, int n_bits);
299 // PC + delta_pc + (offset << n_bits)
300 void Decoder::PrintPCImm16(Instruction* instr, int delta_pc, int n_bits) {
305 delta_pc + (offset << n_bits)));
360 // PC + delta_pc + (offset << n_bits)
361 void Decoder::PrintPCImm21(Instruction* instr, int delta_pc, int n_bits) {
369 delta_pc + (imm21 << n_bits)));
395 // PC + delta_pc + (offset << n_bits
588 int delta_pc = 0; local
646 int delta_pc = 0; local
677 int delta_pc = 0; local
    [all...]

Completed in 178 milliseconds