Searched refs:IMM (Results 1 – 8 of 8) sorted by relevance
/linux-3.4.99/arch/m68k/lib/ |
D | udivsi3.S | 70 #define IMM(x) CONCAT1 (__IMMEDIATE_PREFIX__, x) macro 99 cmpl IMM (0x10000), d1 /* divisor >= 2 ^ 16 ? */ 113 L4: lsrl IMM (1), d1 /* shift divisor */ 114 lsrl IMM (1), d0 /* shift dividend */ 115 cmpl IMM (0x10000), d1 /* still divisor >= 2 ^ 16 ? */ 118 andl IMM (0xffff), d0 /* mask out divisor, ignore remainder */ 134 L5: subql IMM (1), d0 /* adjust quotient */ 143 link a6,IMM (-12) 148 moveq IMM (31),d4 154 bset IMM (0),d0 | set the low order bit of a to 1, [all …]
|
D | umodsi3.S | 70 #define IMM(x) CONCAT1 (__IMMEDIATE_PREFIX__, x) macro 99 addql IMM (8), sp 105 addql IMM (8), sp
|
D | modsi3.S | 70 #define IMM(x) CONCAT1 (__IMMEDIATE_PREFIX__, x) macro 99 addql IMM (8), sp 105 addql IMM (8), sp
|
D | divsi3.S | 70 #define IMM(x) CONCAT1 (__IMMEDIATE_PREFIX__, x) macro 96 moveq IMM (1), d2 /* sign of result stored in d2 (=1 or =-1) */ 117 addql IMM (8), sp
|
D | mulsi3.S | 70 #define IMM(x) CONCAT1 (__IMMEDIATE_PREFIX__, x) macro
|
/linux-3.4.99/arch/powerpc/math-emu/ |
D | mtfsfi.c | 9 mtfsfi(unsigned int crfD, unsigned int IMM) in mtfsfi() argument 17 __FPU_FPSCR |= (IMM & 0xf) << ((7 - crfD) << 2); in mtfsfi() 20 printk("%s: %d %x: %08lx\n", __func__, crfD, IMM, __FPU_FPSCR); in mtfsfi()
|
/linux-3.4.99/drivers/crypto/caam/ |
D | caamalg.c | 251 append_math_sub_imm_u32(desc, REG3, SEQOUTLEN, IMM, ctx->authsize); in aead_set_sh_desc() 254 append_math_sub_imm_u32(desc, REG2, SEQINLEN, IMM, tfm->ivsize); in aead_set_sh_desc() 321 append_math_sub_imm_u32(desc, REG3, SEQINLEN, IMM, in aead_set_sh_desc() 392 append_math_sub_imm_u32(desc, REG3, SEQOUTLEN, IMM, ctx->authsize); in aead_set_sh_desc()
|
/linux-3.4.99/Documentation/s390/ |
D | Debugging390.txt | 1259 SET PF9 IMM B
|