HomeSort by relevance Sort by last modified time
    Searched refs:GetFunctionField (Results 1 - 2 of 2) sorted by null

  /external/v8/src/mips/
assembler-mips.cc 434 uint32_t Assembler::GetFunctionField(Instr instr) {
536 uint32_t function_field = GetFunctionField(instr);
556 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JR;
560 return GetOpcodeField(instr) == SPECIAL && GetFunctionField(instr) == JALR;
    [all...]
assembler-mips.h     [all...]

Completed in 157 milliseconds