HomeSort by relevance Sort by last modified time
    Searched full:getopcodefield (Results 1 - 3 of 3) sorted by null

  /external/v8/src/mips/
assembler-mips.cc 424 uint32_t Assembler::GetOpcodeField(Instr instr) {
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(instr)
    [all...]
assembler-mips.h     [all...]
macro-assembler-mips.cc     [all...]

Completed in 58 milliseconds