Lines Matching refs:IValueT
27 using IValueT = uint32_t; variable
75 void emitRsRt(IValueT Opcode, const Operand *OpRs, const Operand *OpRt,
78 void emitRtRsImm16(IValueT Opcode, const Operand *OpRt, const Operand *OpRs,
81 void emitRtRsImm16Rel(IValueT Opcode, const Operand *OpRt,
85 void emitFtRsImm16(IValueT Opcode, const Operand *OpFt, const Operand *OpRs,
88 void emitRdRtSa(IValueT Opcode, const Operand *OpRd, const Operand *OpRt,
91 void emitRdRsRt(IValueT Opcode, const Operand *OpRd, const Operand *OpRs,
94 void emitCOP1Fcmp(IValueT Opcode, FPInstDataFormat Format,
95 const Operand *OpFs, const Operand *OpFt, IValueT CC,
98 void emitCOP1FmtFsFd(IValueT Opcode, FPInstDataFormat Format,
102 void emitCOP1FmtFtFsFd(IValueT Opcode, FPInstDataFormat Format,
106 void emitCOP1FmtRtFsFd(IValueT Opcode, FPInstDataFormat Format,
110 void emitCOP1MovRtFs(IValueT Opcode, const Operand *OpRt, const Operand *OpFs,
322 constexpr SizeT InstSize = sizeof(IValueT); in alignFunction()
382 static IOffsetT decodeBranchOffset(IValueT Inst);
388 void emitInst(IValueT Value) { in emitInst()
390 Buffer.emit<IValueT>(Value); in emitInst()