Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.cc381 uint32_t Assembler::GetRsField(Instr instr) { in GetRsField() function in v8::internal::Assembler
486 uint32_t rs_field = GetRsField(instr); in IsBranch()
518 return (opcode == POP66 && GetRsField(instr) != 0) || in IsBzc()
519 (opcode == POP76 && GetRsField(instr) != 0); in IsBzc()
541 return opcode == POP66 && GetRsField(instr) != 0; in IsBeqzc()
547 return opcode == POP76 && GetRsField(instr) != 0; in IsBnezc()
553 uint32_t rs = GetRsField(instr); in IsBeqc()
561 uint32_t rs = GetRsField(instr); in IsBnec()
568 uint32_t rs = GetRsField(instr); in IsJicOrJialc()
1010 if (GetRsField(instr) != 0) bits = OffsetSize::kOffset21; in BranchOffset()
Dassembler-mips.h1131 static uint32_t GetRsField(Instr instr);
/external/v8/src/mips64/
Dassembler-mips64.cc363 uint32_t Assembler::GetRsField(Instr instr) { in GetRsField() function in v8::internal::Assembler
468 uint32_t rs_field = GetRsField(instr); in IsBranch()
500 return (opcode == POP66 && GetRsField(instr) != 0) || in IsBzc()
501 (opcode == POP76 && GetRsField(instr) != 0); in IsBzc()
523 return opcode == POP66 && GetRsField(instr) != 0; in IsBeqzc()
529 return opcode == POP76 && GetRsField(instr) != 0; in IsBnezc()
535 uint32_t rs = GetRsField(instr); in IsBeqc()
543 uint32_t rs = GetRsField(instr); in IsBnec()
978 if (GetRsField(instr) != 0) bits = OffsetSize::kOffset21; in BranchOffset()
Dassembler-mips64.h1193 static uint32_t GetRsField(Instr instr);