Home | History | Annotate | Download | only in x86

Lines Matching refs:dstSize

831 void convert_integer(OpndSize srcSize, OpndSize dstSize) { //cbw, cwd, cdq
832 assert(srcSize == OpndSize_32 && dstSize == OpndSize_64);