Lines Matching refs:B32
645 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 | in rie_f_form()
647 (static_cast<uint64_t>(r2.code())) * B32 | in rie_f_form()
669 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 | in rie_form()
671 (static_cast<uint64_t>(r3.code())) * B32 | in rie_form()
745 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 | in rsl_form()
770 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 | in rsy_form()
772 (static_cast<uint64_t>(r3.code())) * B32 | in rsy_form()
797 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 | in rsy_form()
799 (static_cast<uint64_t>(m3)) * B32 | in rsy_form()
825 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 | in rxe_form()
827 (static_cast<uint64_t>(x2.code())) * B32 | in rxe_form()
853 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 | in rrs_form()
855 (static_cast<uint64_t>(r2.code())) * B32 | in rrs_form()
883 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 | in ris_form()
885 (static_cast<uint64_t>(m3)) * B32 | in ris_form()
943 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 | in siy_form()
944 (static_cast<uint64_t>(i2.imm_)) * B32 | in siy_form()
969 uint64_t code = (static_cast<uint64_t>(op)) * B32 | in sil_form()
995 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 | in rxf_form()
997 (static_cast<uint64_t>(x2.code())) * B32 | in rxf_form()
1027 (static_cast<uint64_t>(op)) * B40 | (static_cast<uint64_t>(l)) * B32 | in ss_form()
1059 (static_cast<uint64_t>(l2)) * B32 | in ss_form()
1089 (static_cast<uint64_t>(i3.imm_)) * B32 | in ss_form()
1116 (static_cast<uint64_t>(r3.code())) * B32 | in ss_form()
1158 uint64_t code = (static_cast<uint64_t>(op)) * B32 | in sse_form()
1189 (static_cast<uint64_t>(op & 0x00F)) * B32 | in ssf_form()
1998 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 | in dumy()
2000 (static_cast<uint64_t>(x2) & 0xF) * B32 | in dumy()