Searched refs:GetOpcodeField (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/ic/mips/
H A Dic-mips.cc101 uint32_t opcode = Assembler::GetOpcodeField(branch_instr);
/external/v8/src/ic/mips64/
H A Dic-mips64.cc101 uint32_t opcode = Assembler::GetOpcodeField(branch_instr);
/external/v8/src/mips64/
H A Dassembler-mips64.cc388 uint32_t Assembler::GetOpcodeField(Instr instr) { function in class:v8::internal::Assembler
466 uint32_t opcode = GetOpcodeField(instr);
491 uint32_t opcode = GetOpcodeField(instr);
498 uint32_t opcode = GetOpcodeField(instr);
512 return GetOpcodeField(instr) == BEQ;
517 return GetOpcodeField(instr) == BNE;
522 uint32_t opcode = GetOpcodeField(instr);
528 uint32_t opcode = GetOpcodeField(instr);
534 uint32_t opcode = GetOpcodeField(instr);
542 uint32_t opcode = GetOpcodeField(inst
[all...]
H A Dassembler-mips64.h1198 static uint32_t GetOpcodeField(Instr instr);
/external/v8/src/mips/
H A Dassembler-mips.cc406 uint32_t Assembler::GetOpcodeField(Instr instr) { function in class:v8::internal::Assembler
484 uint32_t opcode = GetOpcodeField(instr);
509 uint32_t opcode = GetOpcodeField(instr);
516 uint32_t opcode = GetOpcodeField(instr);
530 return GetOpcodeField(instr) == BEQ;
535 return GetOpcodeField(instr) == BNE;
540 uint32_t opcode = GetOpcodeField(instr);
546 uint32_t opcode = GetOpcodeField(instr);
552 uint32_t opcode = GetOpcodeField(instr);
560 uint32_t opcode = GetOpcodeField(inst
[all...]
H A Dassembler-mips.h1136 static uint32_t GetOpcodeField(Instr instr);

Completed in 170 milliseconds