Searched refs:function_field (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/mips/
H A Dassembler-mips.cc576 uint32_t function_field = GetFunctionField(instr); local
580 ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));
/external/v8/src/mips64/
H A Dassembler-mips64.cc553 uint32_t function_field = GetFunctionField(instr); local
557 ((function_field == JALR) || (rd_field == 0 && (function_field == JR))));

Completed in 122 milliseconds