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

  /external/v8/src/mips/
assembler-mips.cc 576 uint32_t function_field = GetFunctionField(instr); local
580 ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 553 uint32_t function_field = GetFunctionField(instr); local
557 ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
    [all...]

Completed in 50 milliseconds