Home
last modified time | relevance | path

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

/external/v8/src/mips/
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);
297 void Decoder::PrintPCImm16(Instruction* instr, int delta_pc, int n_bits) { in PrintPCImm16() argument
302 delta_pc + (offset << n_bits))); in PrintPCImm16()
358 void Decoder::PrintPCImm21(Instruction* instr, int delta_pc, int n_bits) { in PrintPCImm21() argument
366 delta_pc + (imm21 << n_bits))); in PrintPCImm21()
392 void Decoder::PrintPCImm26(Instruction* instr, int delta_pc, int n_bits) { in PrintPCImm26() argument
400 delta_pc + (imm26 << n_bits))); in PrintPCImm26()
572 int delta_pc = 0; in FormatOption() local
[all …]
/external/v8/src/mips64/
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);
300 void Decoder::PrintPCImm16(Instruction* instr, int delta_pc, int n_bits) { in PrintPCImm16() argument
305 delta_pc + (offset << n_bits))); in PrintPCImm16()
361 void Decoder::PrintPCImm21(Instruction* instr, int delta_pc, int n_bits) { in PrintPCImm21() argument
369 delta_pc + (imm21 << n_bits))); in PrintPCImm21()
396 void Decoder::PrintPCImm26(Instruction* instr, int delta_pc, int n_bits) { in PrintPCImm26() argument
404 delta_pc + (imm26 << n_bits))); in PrintPCImm26()
588 int delta_pc = 0; in FormatOption() local
[all …]