Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/mips/
H A Dassembler-mips.cc390 uint32_t Assembler::GetRsField(Instr instr) { return instr & kRsFieldMask; } in GetRsField() function in v8::internal::Assembler
465 uint32_t rs_field = GetRsField(instr); in IsMsaBranch()
490 uint32_t rs_field = GetRsField(instr); in IsBranch()
520 uint32_t rs_field = GetRsField(instr); in IsNal()
527 return (opcode == POP66 && GetRsField(instr) != 0) || in IsBzc()
528 (opcode == POP76 && GetRsField(instr) != 0); in IsBzc()
542 return opcode == POP66 && GetRsField(instr) != 0; in IsBeqzc()
547 return opcode == POP76 && GetRsField(instr) != 0; in IsBnezc()
552 uint32_t rs = GetRsField(instr); in IsBeqc()
559 uint32_t rs = GetRsField(inst in IsBnec()
[all...]
H A Dassembler-mips.h1474 static uint32_t GetRsField(Instr instr);
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.cc368 uint32_t Assembler::GetRsField(Instr instr) { return instr & kRsFieldMask; } in GetRsField() function in v8::internal::Assembler
443 uint32_t rs_field = GetRsField(instr); in IsMsaBranch()
468 uint32_t rs_field = GetRsField(instr); in IsBranch()
498 uint32_t rs_field = GetRsField(instr); in IsNal()
505 return (opcode == POP66 && GetRsField(instr) != 0) || in IsBzc()
506 (opcode == POP76 && GetRsField(instr) != 0); in IsBzc()
520 return opcode == POP66 && GetRsField(instr) != 0; in IsBeqzc()
525 return opcode == POP76 && GetRsField(instr) != 0; in IsBnezc()
530 uint32_t rs = GetRsField(instr); in IsBeqc()
537 uint32_t rs = GetRsField(inst in IsBnec()
[all...]
H A Dassembler-mips64.h1535 static uint32_t GetRsField(Instr instr);

Completed in 21 milliseconds