Lines Matching refs:opcode_desc
451 struct opcode_desc { struct
468 static const struct opcode_desc add_ops[] = { argument
572 static const struct opcode_desc mul_ops[] = {
592 const struct opcode_desc *op_desc) in opcode_invalid_in_version()
598 static const struct opcode_desc *
600 const struct opcode_desc *opcodes, in lookup_opcode_from_packed()
605 const struct opcode_desc *op_desc = &opcodes[i]; in lookup_opcode_from_packed()
757 const struct opcode_desc *desc = in v3d_qpu_add_unpack()
903 const struct opcode_desc *desc = in v3d_qpu_mul_unpack()
967 static const struct opcode_desc *
969 const struct opcode_desc *opcodes, size_t num_opcodes, in lookup_opcode_from_instr()
973 const struct opcode_desc *op_desc = &opcodes[i]; in lookup_opcode_from_instr()
995 const struct opcode_desc *desc = in v3d_qpu_add_pack()
1208 const struct opcode_desc *desc = in v3d_qpu_mul_pack()