Searched defs:pvr_operand (Results 1 – 1 of 1) sorted by relevance
100 struct pvr_operand { struct101 enum pvr_operand_type type; argument103 struct pvr_instruction *instruction;104 uint64_t literal; /* Literal value if type == LITERAL_NUM */105 int address; /* Address in word-sizes. */106 unsigned absolute_address; /* Address in segment, */107 unsigned index; /* Index within instruction, 0 = dst, 1 = src0 .. */108 bool negate; /* True if the literal is negative. */