Home | History | Annotate | Download | only in priv

Lines Matching defs:shift

237    immediate in the range 1 .. 31 inclusive.  Used for doing shift amounts. */
242 immediate in the range 1 .. 63 inclusive. Used for doing shift amounts. */
901 /* a shift? */
947 /* And finally do the shift. */
948 addInstr(env, MIPSInstr_Shft(shftOp, True /*32bit shift */,
951 addInstr(env, MIPSInstr_Shft(shftOp, True /*32bit shift */,
955 addInstr(env, MIPSInstr_Shft(shftOp, False/*64bit shift */,
1229 UInt shift = 0;
1233 shift = 8;
1237 shift = 16;
1244 /* sll tHi_1, tHi, shift
1248 MIPSRH_Imm(False, shift)));
1503 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True /* 32bit shift */,
1523 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True /* 32bit shift */,
1570 addInstr(env, MIPSInstr_Shft(Mshft_SLL, False /*!32bit shift */,
1572 addInstr(env, MIPSInstr_Shft(Mshft_SRL, False /*!32bit shift */,
1581 addInstr(env, MIPSInstr_Shft(Mshft_SRA, False /*64bit shift */,
1614 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True /*!32bit shift */,
1947 shift amounts. */
2488 /* 64-bit logical shift right based on what gcc generates:
2489 <shift>:
2525 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True /* 32bit shift */,
2528 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True /* 32bit shift */,
2531 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True /* 32bit shift */,
2534 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True /* 32bit shift */,
2551 /* 64-bit logical shift right based on what gcc generates:
2552 <shift>:
2589 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True /* 32bit shift */,
2592 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True /* 32bit shift */,
2595 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True /* 32bit shift */,
2603 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True /* 32bit shift */,
2620 /* 64-bit shift left based on what gcc generates:
2621 <shift>:
2657 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True /* 32bit shift */,
2660 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True /* 32bit shift */,
2663 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True /* 32bit shift */,
2671 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True /* 32bit shift */,
2686 /* 64-bit arithmetic shift right based on what gcc generates:
2687 <shift>:
2725 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True /* 32bit shift */,
2728 addInstr(env, MIPSInstr_Shft(Mshft_SLL, True /* 32bit shift */,
2731 addInstr(env, MIPSInstr_Shft(Mshft_SRL, True /* 32bit shift */,
2734 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True /* 32bit shift */,
2740 addInstr(env, MIPSInstr_Shft(Mshft_SRA, True /* 32bit shift */,