Searched refs:delta_pc (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/mips/
H A Ddisasm-mips.cc89 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) { argument
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) { argument
366 delta_pc + (imm21 << n_bits)));
391 // PC + delta_pc
392 PrintPCImm26(Instruction* instr, int delta_pc, int n_bits) argument
572 int delta_pc = 0; local
630 int delta_pc = 0; local
661 int delta_pc = 0; local
[all...]
/external/v8/src/mips64/
H A Ddisasm-mips64.cc89 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) { argument
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) { argument
369 delta_pc + (imm21 << n_bits)));
394 // PC + delta_pc
395 PrintPCImm26(Instruction* instr, int delta_pc, int n_bits) argument
587 int delta_pc = 0; local
645 int delta_pc = 0; local
676 int delta_pc = 0; local
[all...]

Completed in 663 milliseconds