• Home
  • Raw
  • Download

Lines Matching refs:B12

634   emit4bytes(op * B24 | r1.code() * B20 | x2.code() * B16 | b2.code() * B12 |  in rx_form()
642 emit4bytes(op * B24 | r1.code() * B20 | x2.code() * B16 | b2.code() * B12 | in rx_form()
787 emit4bytes(op << 16 | r1.code() * B12 | r3.code() * B4 | r2.code()); in rrd_form()
806 emit4bytes(op * B24 | r1.code() * B20 | r3.code() * B16 | b2.code() * B12 | in rs_form()
826 emit4bytes(op * B24 | r1.code() * B20 | m3 * B16 | b2.code() * B12 | d2); in rs_form()
1061 emit4bytes(op << 16 | b1.code() * B12 | d2); in s_form()
1078 emit4bytes((op & 0x00FF) << 24 | i2.imm_ * B16 | b1.code() * B12 | d1); in si_form()
1155 (static_cast<uint64_t>(r1.code())) * B12 | in rxf_form()
1185 (static_cast<uint64_t>(b2.code())) * B12 | (static_cast<uint64_t>(d2)); in ss_form()
1217 (static_cast<uint64_t>(b2.code())) * B12 | (static_cast<uint64_t>(d2)); in ss_form()
1247 (static_cast<uint64_t>(b2.code())) * B12 | (static_cast<uint64_t>(d2)); in ss_form()
1274 (static_cast<uint64_t>(b2.code())) * B12 | in ss_form()
1316 (static_cast<uint64_t>(b2.code())) * B12 | in sse_form()
1347 (static_cast<uint64_t>(b2.code())) * B12 | in ssf_form()
1359 rrf1_form(op << 16 | r3.code() * B12 | r1.code() * B4 | r2.code()); \
1363 uint32_t code = op << 16 | r3.code() * B12 | r1.code() * B4 | r2.code(); in rrf1_form()
1376 rrf2_form(op << 16 | m3 * B12 | r1.code() * B4 | r2.code()); \
1388 rrf3_form(op << 16 | r3.code() * B12 | m4 * B8 | r1.code() * B4 | \
1401 uint32_t code = op << 16 | m3 * B12 | m4 * B8 | r1.code() * B4 | r2.code(); in rrfe_form()
2933 rrf2_form(FIEBRA << 16 | m3 * B12 | d1.code() * B4 | d2.code()); in fiebra()
2938 rrf2_form(FIDBRA << 16 | m3 * B12 | d1.code() * B4 | d2.code()); in fidbra()