Searched refs:masked (Results 1 - 13 of 13) sorted by relevance

/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dsploop-bad-5.l2 [^:]*:5: Error: functional unit already masked for operand 2 of 'spmask'
3 [^:]*:6: Error: functional unit already masked for operand 2 of 'spmaskr'
4 [^:]*:8: Error: functional unit already masked
5 [^:]*:10: Error: functional unit already masked
/haiku-buildtools/legacy/binutils/opcodes/
H A Di370-dis.c62 i370_insn_t masked; local
66 masked = insn;
69 masked.i[0] >>= 16;
70 masked.i[0] &= 0xffff;
72 masked.i[0] &= opcode->mask.i[0];
73 if (masked.i[0] != opcode->opcode.i[0])
78 masked.i[1] &= opcode->mask.i[1];
79 if (masked.i[1] != opcode->opcode.i[1])
/haiku-buildtools/binutils/opcodes/
H A Di370-dis.c62 i370_insn_t masked; local
66 masked = insn;
69 masked.i[0] >>= 16;
70 masked.i[0] &= 0xffff;
72 masked.i[0] &= opcode->mask.i[0];
73 if (masked.i[0] != opcode->opcode.i[0])
78 masked.i[1] &= opcode->mask.i[1];
79 if (masked.i[1] != opcode->opcode.i[1])
/haiku-buildtools/gcc/gmp/mpn/x86/pentium/
H A Dmod_34lsub1.asm147 andl %ebx, %ecx C masked for position
/haiku-buildtools/gcc/gmp/mpn/x86/k7/
H A Dmod_34lsub1.asm150 andl %edi, %ecx C carry masked
H A Daors_n.asm154 andl $-2, %ecx C size low bit masked out
/haiku-buildtools/gcc/gmp/mpn/x86/
H A Dmod_34lsub1.asm141 andl %edi, %ecx C carry masked
/haiku-buildtools/gcc/gmp/mpn/x86_64/
H A Dmod_34lsub1.asm144 and %r10, %rsi C carry masked
/haiku-buildtools/gcc/gmp/mpn/x86/pentium4/sse2/
H A Ddivrem_1.asm382 C 2 pand d masked
/haiku-buildtools/gcc/libgcc/config/sh/
H A Dcrt1.S866 ! Whether profiling or not, keep interrupts masked,
/haiku-buildtools/gcc/gcc/fortran/
H A Dgfortran.h783 unsigned unmaskable:1, masked:1, contained:1, mod_proc:1, abstract:1; member in struct:__anon98
/haiku-buildtools/gcc/gcc/
H A Dfold-const.c5736 then we can do this by masking both and comparing the masked
11436 wide_int masked = mask_with_tz (type, warg1, TREE_OPERAND (arg0, 1));
11438 if (masked == 0)
11441 else if (masked != warg1)
11450 wide_int_to_tree (type, masked));
11407 wide_int masked = mask_with_tz (type, warg1, TREE_OPERAND (arg0, 1)); local
H A Dcombine.c7160 rtx mask, cleared, masked;
7269 masked = simplify_gen_binary (ASHIFT, compute_mode,
7278 cleared, masked));
9446 /* If SRC is masked by an AND that does not make a difference in
10107 /* We can also widen if the bits brought in will be masked off. This
10517 sure the result will be masked. See PR70222. */
11482 /* The resulting comparison is always unsigned since we masked
7137 rtx mask, cleared, masked; local

Completed in 244 milliseconds