Home
last modified time | relevance | path

Searched refs:bytemask (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dc-lex.c998 unsigned bytemask = (1 << charwidth) - 1; local
1007 n = (c >> (byte * charwidth)) & bytemask;
DChangeLog.48656 * c-lex.c (lex_string): Use charwidth to compute bytemask.
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.h161 void CPSRWriteByInstr(uint32_t value, uint32_t bytemask,
DEmulateInstructionARM.cpp13993 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/
Dalpha.c6754 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()