Home
last modified time | relevance | path

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

/external/v8/src/mips/
Dassembler-mips.cc625 uint32_t function_field = GetFunctionField(instr); in IsJump() local
629 ((function_field == JALR) || (rd_field == 0 && (function_field == JR)))); in IsJump()
680 uint32_t function_field = GetFunctionField(instr); in IsMov() local
682 bool res = opcode == SPECIAL && function_field == OR && rd_field == rd_reg && in IsMov()
/external/v8/src/mips64/
Dassembler-mips64.cc601 uint32_t function_field = GetFunctionField(instr); in IsMov() local
603 bool res = opcode == SPECIAL && function_field == OR && rd_field == rd_reg && in IsMov()
612 uint32_t function_field = GetFunctionField(instr); in IsJump() local
616 ((function_field == JALR) || (rd_field == 0 && (function_field == JR)))); in IsJump()