Searched refs:setR (Results 1 – 3 of 3) sorted by relevance
169 void setR(unsigned Encoding) { R = Encoding >> 3 & 1; } in setR() function in __anon182f77eb0111::X86OpcodePrefixHelper189 void setR(const MCInst &MI, unsigned OpNum) { in setR() function in __anon182f77eb0111::X86OpcodePrefixHelper190 setR(getRegEncoding(MI, OpNum)); in setR()218 setR(Encoding); in setRR2()1155 Prefix.setR(MI, CurOp++); in emitVEXOpcodePrefix()1242 Prefix.setR(MI, CurOp++); in emitVEXOpcodePrefix()
962 Dir->setR(Exprs.R); in Create()
3032 void setR(Expr *R) { Data->getChildren()[DataPositionTy::POS_R] = R; } in setR() function