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

/external/v8/src/mips/
H A Dassembler-mips.cc381 uint32_t Assembler::GetRsField(Instr instr) { function in class:v8::internal::Assembler
486 uint32_t rs_field = GetRsField(instr);
518 return (opcode == POP66 && GetRsField(instr) != 0) ||
519 (opcode == POP76 && GetRsField(instr) != 0);
541 return opcode == POP66 && GetRsField(instr) != 0;
547 return opcode == POP76 && GetRsField(instr) != 0;
553 uint32_t rs = GetRsField(instr);
561 uint32_t rs = GetRsField(instr);
568 uint32_t rs = GetRsField(instr);
1010 if (GetRsField(inst
[all...]
H A Dassembler-mips.h1131 static uint32_t GetRsField(Instr instr);
/external/v8/src/mips64/
H A Dassembler-mips64.cc363 uint32_t Assembler::GetRsField(Instr instr) { function in class:v8::internal::Assembler
468 uint32_t rs_field = GetRsField(instr);
500 return (opcode == POP66 && GetRsField(instr) != 0) ||
501 (opcode == POP76 && GetRsField(instr) != 0);
523 return opcode == POP66 && GetRsField(instr) != 0;
529 return opcode == POP76 && GetRsField(instr) != 0;
535 uint32_t rs = GetRsField(instr);
543 uint32_t rs = GetRsField(instr);
978 if (GetRsField(instr) != 0) bits = OffsetSize::kOffset21;
H A Dassembler-mips64.h1193 static uint32_t GetRsField(Instr instr);

Completed in 81 milliseconds