Searched refs:fullInstr (Results 1 – 1 of 1) sorted by relevance
575 uint64_t fullInstr = read64(ctx, loc); in readPrefixedInst() local576 return ctx.arg.isLE ? (fullInstr << 32 | fullInstr >> 32) : fullInstr; in readPrefixedInst()