Lines Matching refs:B32
1083 uint64_t code = (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \
1085 (static_cast<uint64_t>(v2.code())) * B32 | \
1099 uint64_t code = (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \
1101 (static_cast<uint64_t>(v2.code())) * B32 | \
1116 uint64_t code = (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \
1118 (static_cast<uint64_t>(v2.code())) * B32 | \
1132 uint64_t code = (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \
1134 (static_cast<uint64_t>(v2.code())) * B32 | \
1148 uint64_t code = (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \
1150 (static_cast<uint64_t>(r1.code())) * B32 | \
1162 (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \
1164 (static_cast<uint64_t>(opnd.getIndexRegister().code())) * B32 | \
1179 (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \
1181 (static_cast<uint64_t>(v2.code())) * B32 | \
1196 (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \
1198 (static_cast<uint64_t>(r1.code())) * B32 | \
1213 (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \
1215 (static_cast<uint64_t>(v1.code())) * B32 | \
1228 uint64_t code = (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \
1242 uint64_t code = (static_cast<uint64_t>(opcode_value & 0xFF00)) * B32 | \
1244 (static_cast<uint64_t>(v2.code())) * B32 | \