Lines Matching full:ulong
1218 emit_2bytes(UChar *p, ULong val)
1225 emit_4bytes(UChar *p, ULong val)
1232 emit_6bytes(UChar *p, ULong val)
1245 ULong the_insn = op;
1247 the_insn |= ((ULong)r1) << 20;
1248 the_insn |= ((ULong)i2) << 0;
1255 emit_RIL(UChar *p, ULong op, UChar r1, UInt i2)
1257 ULong the_insn = op;
1259 the_insn |= ((ULong)r1) << 36;
1260 the_insn |= ((ULong)i2) << 0;
1269 ULong the_insn = op;
1271 the_insn |= ((ULong)r1) << 4;
1272 the_insn |= ((ULong)r2) << 0;
1281 ULong the_insn = op;
1283 the_insn |= ((ULong)r1) << 4;
1284 the_insn |= ((ULong)r2) << 0;
1293 ULong the_insn = op;
1295 the_insn |= ((ULong)r1) << 12;
1296 the_insn |= ((ULong)r3) << 4;
1297 the_insn |= ((ULong)r2) << 0;
1306 ULong the_insn = op;
1308 the_insn |= ((ULong)m3) << 12;
1309 the_insn |= ((ULong)m4) << 8;
1310 the_insn |= ((ULong)r1) << 4;
1311 the_insn |= ((ULong)r2) << 0;
1320 ULong the_insn = op;
1322 the_insn |= ((ULong)r3) << 12;
1323 the_insn |= ((ULong)r1) << 4;
1324 the_insn |= ((ULong)r2) << 0;
1333 ULong the_insn = op;
1335 the_insn |= ((ULong)r3) << 12;
1336 the_insn |= ((ULong)m4) << 8;
1337 the_insn |= ((ULong)r1) << 4;
1338 the_insn |= ((ULong)r2) << 0;
1347 ULong the_insn = op;
1349 the_insn |= ((ULong)m4) << 8;
1350 the_insn |= ((ULong)r1) << 4;
1351 the_insn |= ((ULong)r2) << 0;
1360 ULong the_insn = op;
1362 the_insn |= ((ULong)r1) << 20;
1363 the_insn |= ((ULong)r3) << 16;
1364 the_insn |= ((ULong)b2) << 12;
1365 the_insn |= ((ULong)d2) << 0;
1372 emit_RSY(UChar *p, ULong op, UChar r1, UChar r3, UChar b2, UShort dl2, UChar dh2)
1374 ULong the_insn = op;
1376 the_insn |= ((ULong)r1) << 36;
1377 the_insn |= ((ULong)r3) << 32;
1378 the_insn |= ((ULong)b2) << 28;
1379 the_insn |= ((ULong)dl2) << 16;
1380 the_insn |= ((ULong)dh2) << 8;
1389 ULong the_insn = op;
1391 the_insn |= ((ULong)r1) << 20;
1392 the_insn |= ((ULong)x2) << 16;
1393 the_insn |= ((ULong)b2) << 12;
1394 the_insn |= ((ULong)d2) << 0;
1401 emit_RXF(UChar *p, ULong op, UChar r3, UChar x2, UChar b2, UShort d2, UChar r1)
1403 ULong the_insn = op;
1405 the_insn |= ((ULong)r3) << 36;
1406 the_insn |= ((ULong)x2) << 32;
1407 the_insn |= ((ULong)b2) << 28;
1408 the_insn |= ((ULong)d2) << 16;
1409 the_insn |= ((ULong)r1) << 12;
1416 emit_RXY(UChar *p, ULong op, UChar r1, UChar x2, UChar b2, UShort dl2, UChar dh2)
1418 ULong the_insn = op;
1420 the_insn |= ((ULong)r1) << 36;
1421 the_insn |= ((ULong)x2) << 32;
1422 the_insn |= ((ULong)b2) << 28;
1423 the_insn |= ((ULong)dl2) << 16;
1424 the_insn |= ((ULong)dh2) << 8;
1433 ULong the_insn = op;
1435 the_insn |= ((ULong)b2) << 12;
1436 the_insn |= ((ULong)d2) << 0;
1445 ULong the_insn = op;
1447 the_insn |= ((ULong)i2) << 16;
1448 the_insn |= ((ULong)b1) << 12;
1449 the_insn |= ((ULong)d1) << 0;
1456 emit_SIL(UChar *p, ULong op, UChar b1, UShort d1, UShort i2)
1458 ULong the_insn = op;
1460 the_insn |= ((ULong)b1) << 28;
1461 the_insn |= ((ULong)d1) << 16;
1462 the_insn |= ((ULong)i2) << 0;
1469 emit_SIY(UChar *p, ULong op, UChar i2, UChar b1, UShort dl1, UChar dh1)
1471 ULong the_insn = op;
1473 the_insn |= ((ULong)i2) << 32;
1474 the_insn |= ((ULong)b1) << 28;
1475 the_insn |= ((ULong)dl1) << 16;
1476 the_insn |= ((ULong)dh1) << 8;
1483 emit_SSa(UChar *p, ULong op, UChar l, UChar b1, UShort d1, UChar b2, UShort d2)
1485 ULong the_insn = op;
1487 the_insn |= ((ULong)l) << 32;
1488 the_insn |= ((ULong)b1) << 28;
1489 the_insn |= ((ULong)d1) << 16;
1490 the_insn |= ((ULong)b2) << 12;
1491 the_insn |= ((ULong)d2) << 0;
1754 s390_emit_BRCL(UChar *p, UChar r1, ULong i2)
4603 ULong the_insn = op;
4796 ulong_fits_signed_16bit(ULong val)
4798 ULong v = val & 0xFFFFu;
4808 ulong_fits_signed_32bit(ULong val)
4810 ULong v = val & 0xFFFFFFFFu;
4820 ulong_fits_unsigned_32bit(ULong val)
4828 s390_emit_load_64imm(UChar *p, UChar reg, ULong val)
5350 s390_insn_load_immediate(UChar size, HReg dst, ULong value)
6188 s390_insn_mimm(UChar size, s390_amode *dst, ULong value)
6206 s390_insn_madd(UChar size, s390_amode *dst, UChar delta, ULong value)
6406 ULong value;
6489 value = va_arg(args, ULong);
7324 ULong value = insn->variant.load_immediate.value;
7605 ULong value;
7860 ULong value = opnd.variant.imm;
7962 ULong value = opnd.variant.imm;
8052 ULong value = opnd.variant.imm;
8280 ULong value = op2.variant.imm;
8402 ULong value = op2.variant.imm;
8506 ULong value = op2.variant.imm;
8563 ULong value = op2.variant.imm;
8611 ULong value = src.variant.imm;
8656 ULong target;
8767 ULong value = src.variant.imm;
8803 ULong value = src.variant.imm;
9311 ULong value = insn->variant.mimm.value;
9422 s390_tchain_load64(UChar *buf, UChar regno, ULong value)
9459 s390_tchain_verify_load64(const UChar *code, UChar regno, ULong value)
9510 s390_tchain_patch_load64(UChar *code, ULong imm64)
10036 void *code_to_patch, const ULong *location_of_counter)
10038 vassert(sizeof(ULong *) == 8);