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

/external/v8/src/mips/
H A Dassembler-mips.cc424 uint32_t Assembler::GetOpcodeField(Instr instr) { function in class:v8::internal::Assembler
502 uint32_t opcode = GetOpcodeField(instr);
523 return GetOpcodeField(instr) == BEQ;
528 return GetOpcodeField(instr) == BNE;
533 uint32_t opcode = GetOpcodeField(instr);
545 uint32_t opcode = GetOpcodeField(instr);
552 return GetOpcodeField(instr) == JAL;
556 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JR;
560 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JALR;
565 uint32_t opcode = GetOpcodeField(inst
[all...]

Completed in 42 milliseconds