Searched refs:bytemask (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/usr.bin/gcc/gcc/ |
| D | c-lex.c | 998 unsigned bytemask = (1 << charwidth) - 1; local 1007 n = (c >> (byte * charwidth)) & bytemask;
|
| D | ChangeLog.4 | 8656 * c-lex.c (lex_string): Use charwidth to compute bytemask.
|
| /openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| D | EmulateInstructionARM.h | 161 void CPSRWriteByInstr(uint32_t value, uint32_t bytemask,
|
| D | EmulateInstructionARM.cpp | 13993 void EmulateInstructionARM::CPSRWriteByInstr(uint32_t value, uint32_t bytemask, in CPSRWriteByInstr() argument 13999 if (BitIsSet(bytemask, 3)) { in CPSRWriteByInstr() 14005 if (BitIsSet(bytemask, 2)) { in CPSRWriteByInstr() 14009 if (BitIsSet(bytemask, 1)) { in CPSRWriteByInstr() 14017 if (BitIsSet(bytemask, 0)) { in CPSRWriteByInstr()
|
| /openbsd/src/gnu/gcc/gcc/config/alpha/ |
| D | alpha.c | 6754 long op_const, unsigned HOST_WIDE_INT bytemask, in alpha_fold_builtin_extxx() argument 6786 opint[1] = bytemask; in alpha_fold_builtin_extxx() 6794 long op_const, unsigned HOST_WIDE_INT bytemask, in alpha_fold_builtin_insxx() argument 6808 bytemask <<= loc; in alpha_fold_builtin_insxx() 6818 bytemask >>= 8; in alpha_fold_builtin_insxx() 6830 opint[1] = bytemask; in alpha_fold_builtin_insxx() 6839 long op_const, unsigned HOST_WIDE_INT bytemask, in alpha_fold_builtin_mskxx() argument 6849 bytemask <<= loc; in alpha_fold_builtin_mskxx() 6852 bytemask >>= 8; in alpha_fold_builtin_mskxx() 6854 opint[1] = bytemask ^ 0xff; in alpha_fold_builtin_mskxx()
|