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

  /external/v8/src/mips/
assembler-mips.cc 548 uint32_t function_field = GetFunctionField(instr); local
552 ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 522 uint32_t function_field = GetFunctionField(instr); local
526 ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
    [all...]

Completed in 1747 milliseconds