Searched refs:function_field (Results 1 – 2 of 2) sorted by relevance
625 uint32_t function_field = GetFunctionField(instr); in IsJump() local629 ((function_field == JALR) || (rd_field == 0 && (function_field == JR)))); in IsJump()680 uint32_t function_field = GetFunctionField(instr); in IsMov() local682 bool res = opcode == SPECIAL && function_field == OR && rd_field == rd_reg && in IsMov()
601 uint32_t function_field = GetFunctionField(instr); in IsMov() local603 bool res = opcode == SPECIAL && function_field == OR && rd_field == rd_reg && in IsMov()612 uint32_t function_field = GetFunctionField(instr); in IsJump() local616 ((function_field == JALR) || (rd_field == 0 && (function_field == JR)))); in IsJump()