Home
last modified time | relevance | path

Searched refs:GetRsField (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/mips/
Dassembler-mips.cc376 uint32_t Assembler::GetRsField(Instr instr) { in GetRsField() function in v8::internal::Assembler
481 uint32_t rs_field = GetRsField(instr); in IsBranch()
513 return (opcode == POP66 && GetRsField(instr) != 0) || in IsBzc()
514 (opcode == POP76 && GetRsField(instr) != 0); in IsBzc()
536 return opcode == POP66 && GetRsField(instr) != 0; in IsBeqzc()
542 return opcode == POP76 && GetRsField(instr) != 0; in IsBnezc()
548 uint32_t rs = GetRsField(instr); in IsBeqc()
556 uint32_t rs = GetRsField(instr); in IsBnec()
563 uint32_t rs = GetRsField(instr); in IsJicOrJialc()
1006 if (GetRsField(instr) != 0) bits = OffsetSize::kOffset21; in BranchOffset()
Dassembler-mips.h1130 static uint32_t GetRsField(Instr instr);
/external/v8/src/mips64/
Dassembler-mips64.cc357 uint32_t Assembler::GetRsField(Instr instr) { in GetRsField() function in v8::internal::Assembler
462 uint32_t rs_field = GetRsField(instr); in IsBranch()
494 return (opcode == POP66 && GetRsField(instr) != 0) || in IsBzc()
495 (opcode == POP76 && GetRsField(instr) != 0); in IsBzc()
517 return opcode == POP66 && GetRsField(instr) != 0; in IsBeqzc()
523 return opcode == POP76 && GetRsField(instr) != 0; in IsBnezc()
529 uint32_t rs = GetRsField(instr); in IsBeqc()
537 uint32_t rs = GetRsField(instr); in IsBnec()
973 if (GetRsField(instr) != 0) bits = OffsetSize::kOffset21; in BranchOffset()
Dassembler-mips64.h1195 static uint32_t GetRsField(Instr instr);