Lines Matching defs:rd
51 unsigned int rd, op8, opcode;
71 rd = inst.reg2i14_format.rd;
77 *(unsigned long *)data = vcpu->arch.gprs[rd];
81 *(unsigned int *)data = vcpu->arch.gprs[rd];
88 rd = inst.reg2i12_format.rd;
90 rd_val = vcpu->arch.gprs[rd];
117 rd = inst.reg3_format.rd;
123 *(unsigned char *)data = vcpu->arch.gprs[rd];
127 *(unsigned short *)data = vcpu->arch.gprs[rd];
131 *(unsigned int *)data = vcpu->arch.gprs[rd];
135 *(unsigned long *)data = vcpu->arch.gprs[rd];
173 unsigned int op8, opcode, rd;
186 rd = inst.reg2i14_format.rd;
201 rd = inst.reg2i12_format.rd;
238 rd = inst.reg3_format.rd;
281 vcpu->arch.io_gpr = rd;