Home | History | Annotate | Download | only in priv

Lines Matching full:the_insn

972    ULong the_insn = op;
974 the_insn |= ((ULong)r1) << 20;
975 the_insn |= ((ULong)i2) << 0;
977 return emit_4bytes(p, the_insn);
984 ULong the_insn = op;
986 the_insn |= ((ULong)r1) << 36;
987 the_insn |= ((ULong)i2) << 0;
989 return emit_6bytes(p, the_insn);
996 ULong the_insn = op;
998 the_insn |= ((ULong)r1) << 4;
999 the_insn |= ((ULong)r2) << 0;
1001 return emit_2bytes(p, the_insn);
1008 ULong the_insn = op;
1010 the_insn |= ((ULong)r1) << 4;
1011 the_insn |= ((ULong)r2) << 0;
1013 return emit_4bytes(p, the_insn);
1020 ULong the_insn = op;
1022 the_insn |= ((ULong)r1) << 12;
1023 the_insn |= ((ULong)r3) << 4;
1024 the_insn |= ((ULong)r2) << 0;
1026 return emit_4bytes(p, the_insn);
1033 ULong the_insn = op;
1035 the_insn |= ((ULong)r3) << 12;
1036 the_insn |= ((ULong)r1) << 4;
1037 the_insn |= ((ULong)r2) << 0;
1039 return emit_4bytes(p, the_insn);
1046 ULong the_insn = op;
1048 the_insn |= ((ULong)r1) << 20;
1049 the_insn |= ((ULong)r3) << 16;
1050 the_insn |= ((ULong)b2) << 12;
1051 the_insn |= ((ULong)d2) << 0;
1053 return emit_4bytes(p, the_insn);
1060 ULong the_insn = op;
1062 the_insn |= ((ULong)r1) << 36;
1063 the_insn |= ((ULong)r3) << 32;
1064 the_insn |= ((ULong)b2) << 28;
1065 the_insn |= ((ULong)dl2) << 16;
1066 the_insn |= ((ULong)dh2) << 8;
1068 return emit_6bytes(p, the_insn);
1075 ULong the_insn = op;
1077 the_insn |= ((ULong)r1) << 20;
1078 the_insn |= ((ULong)x2) << 16;
1079 the_insn |= ((ULong)b2) << 12;
1080 the_insn |= ((ULong)d2) << 0;
1082 return emit_4bytes(p, the_insn);
1089 ULong the_insn = op;
1091 the_insn |= ((ULong)r1) << 36;
1092 the_insn |= ((ULong)x2) << 32;
1093 the_insn |= ((ULong)b2) << 28;
1094 the_insn |= ((ULong)dl2) << 16;
1095 the_insn |= ((ULong)dh2) << 8;
1097 return emit_6bytes(p, the_insn);
1104 ULong the_insn = op;
1106 the_insn |= ((ULong)b2) << 12;
1107 the_insn |= ((ULong)d2) << 0;
1109 return emit_4bytes(p, the_insn);