Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.cc401 uint32_t Assembler::GetRsField(Instr instr) { in GetRsField() function in v8::internal::Assembler
504 uint32_t rs_field = GetRsField(instr); in IsMsaBranch()
529 uint32_t rs_field = GetRsField(instr); in IsBranch()
560 uint32_t rs_field = GetRsField(instr); in IsNal()
567 return (opcode == POP66 && GetRsField(instr) != 0) || in IsBzc()
568 (opcode == POP76 && GetRsField(instr) != 0); in IsBzc()
590 return opcode == POP66 && GetRsField(instr) != 0; in IsBeqzc()
596 return opcode == POP76 && GetRsField(instr) != 0; in IsBnezc()
602 uint32_t rs = GetRsField(instr); in IsBeqc()
610 uint32_t rs = GetRsField(instr); in IsBnec()
[all …]
Dassembler-mips.h1803 static uint32_t GetRsField(Instr instr);
/external/v8/src/mips64/
Dassembler-mips64.cc380 uint32_t Assembler::GetRsField(Instr instr) { in GetRsField() function in v8::internal::Assembler
483 uint32_t rs_field = GetRsField(instr); in IsMsaBranch()
508 uint32_t rs_field = GetRsField(instr); in IsBranch()
539 uint32_t rs_field = GetRsField(instr); in IsNal()
546 return (opcode == POP66 && GetRsField(instr) != 0) || in IsBzc()
547 (opcode == POP76 && GetRsField(instr) != 0); in IsBzc()
569 return opcode == POP66 && GetRsField(instr) != 0; in IsBeqzc()
575 return opcode == POP76 && GetRsField(instr) != 0; in IsBnezc()
581 uint32_t rs = GetRsField(instr); in IsBeqc()
589 uint32_t rs = GetRsField(instr); in IsBnec()
[all …]
Dassembler-mips64.h1881 static uint32_t GetRsField(Instr instr);