Home | History | Annotate | Download | only in libenc

Lines Matching refs:aux0

254 extracted and stored in OpcodeDesc::aux0 and OpcodeDesc::aux1 fields.
1840 odesc.aux0 = odesc.aux1 = 0;
1842 odesc.aux0 = oinfo.opcode[j];
1843 assert((odesc.aux0 & OpcodeByteKind_KindMask) != 0);
1858 odesc.aux0 = _r;
1864 odesc.aux0 = _0;
1888 if (odesc.aux0==0) {
1889 odesc.aux0 = imm_encode;
1892 if (odesc.aux0 != imm_encode && odesc.aux0 != coff_encode) {