Home | History | Annotate | Download | only in priv

Lines Matching full:the_insn

1040    ULong the_insn = op;
1042 the_insn |= ((ULong)r1) << 20;
1043 the_insn |= ((ULong)i2) << 0;
1045 return emit_4bytes(p, the_insn);
1052 ULong the_insn = op;
1054 the_insn |= ((ULong)r1) << 36;
1055 the_insn |= ((ULong)i2) << 0;
1057 return emit_6bytes(p, the_insn);
1064 ULong the_insn = op;
1066 the_insn
1067 the_insn |= ((ULong)r2) << 0;
1069 return emit_2bytes(p, the_insn);
1076 ULong the_insn = op;
1078 the_insn |= ((ULong)r1) << 4;
1079 the_insn |= ((ULong)r2) << 0;
1081 return emit_4bytes(p, the_insn);
1088 ULong the_insn = op;
1090 the_insn |= ((ULong)r1) << 12;
1091 the_insn |= ((ULong)r3) << 4;
1092 the_insn |= ((ULong)r2) << 0;
1094 return emit_4bytes(p, the_insn);
1101 ULong the_insn = op;
1103 the_insn |= ((ULong)r3) << 12;
1104 the_insn |= ((ULong)r1) << 4;
1105 the_insn |= ((ULong)r2) << 0;
1107 return emit_4bytes(p, the_insn);
1114 ULong the_insn = op;
1116 the_insn |= ((ULong)r1) << 20;
1117 the_insn |= ((ULong)r3) << 16;
1118 the_insn |= ((ULong)b2) << 12;
1119 the_insn |= ((ULong)d2) << 0;
1121 return emit_4bytes(p, the_insn);
1128 ULong the_insn = op;
1130 the_insn |= ((ULong)r1) << 36;
1131 the_insn |= ((ULong)r3) << 32;
1132 the_insn |= ((ULong)b2) << 28;
1133 the_insn |= ((ULong)dl2) << 16;
1134 the_insn |= ((ULong)dh2) << 8;
1136 return emit_6bytes(p, the_insn);
1143 ULong the_insn = op;
1145 the_insn |= ((ULong)r1) << 20;
1146 the_insn |= ((ULong)x2) << 16;
1147 the_insn |= ((ULong)b2) << 12;
1148 the_insn |= ((ULong)d2) << 0;
1150 return emit_4bytes(p, the_insn);
1157 ULong the_insn = op;
1159 the_insn |= ((ULong)r1) << 36;
1160 the_insn |= ((ULong)x2) << 32;
1161 the_insn |= ((ULong)b2) << 28;
1162 the_insn |= ((ULong)dl2) << 16;
1163 the_insn |= ((ULong)dh2) << 8;
1165 return emit_6bytes(p, the_insn);
1172 ULong the_insn = op;
1174 the_insn |= ((ULong)b2) << 12;
1175 the_insn |= ((ULong)d2) << 0;
1177 return emit_4bytes(p, the_insn);
1184 ULong the_insn = op;
1186 the_insn |= ((ULong)i2) << 32;
1187 the_insn |= ((ULong)b1) << 28;
1188 the_insn |= ((ULong)dl1) << 16;
1189 the_insn |= ((ULong)dh1) << 8;
1191 return emit_6bytes(p, the_insn);
1198 ULong the_insn = op;
1200 the_insn |= ((ULong)l) << 32;
1201 the_insn |= ((ULong)b1) << 28;
1202 the_insn |= ((ULong)d1) << 16;
1203 the_insn |= ((ULong)b2) << 12;
1204 the_insn |= ((ULong)d2) << 0;
1206 return emit_6bytes(p, the_insn);