Searched refs:shf (Results 1 – 6 of 6) sorted by relevance
90 uint32_t shf = (phy % 4) * 8; \92 tmp &= ~(0xff << shf); \93 tmp |= ((oq & 0xff) << shf); \100 uint32_t shf = (phy % 4) * 8; \102 tmp &= ~(0xff << shf); \103 tmp |= ((oq & 0xff) << shf); \
120 dir path=opt/elf-tests/tests/sections/shf-exclude121 file path=opt/elf-tests/tests/sections/shf-exclude/Makefile.test mode=0444122 file path=opt/elf-tests/tests/sections/shf-exclude/exclude-exec mode=0555123 file path=opt/elf-tests/tests/sections/shf-exclude/exclude-kmod mode=0555124 file path=opt/elf-tests/tests/sections/shf-exclude/exclude-so mode=0555125 file path=opt/elf-tests/tests/sections/shf-exclude/exclude.s mode=0444126 file path=opt/elf-tests/tests/sections/shf-exclude/include-reloc mode=0555127 file path=opt/elf-tests/tests/sections/shf-exclude/stub.c mode=0444128 file path=opt/elf-tests/tests/sections/shf-exclude/unknown-os mode=0555
17 SUBDIRS = shf-exclude
26 TESTDIR = $(ROOTOPTPKG)/tests/sections/shf-exclude
491 uint32_t shf = (i % 4) * 8; in pmcs_dump_mpi_table() local494 (pmcs_rd_mpi_tbl(pwp, PMCS_MPI_EVQS + (woff << 2)) >> shf) in pmcs_dump_mpi_table()499 uint32_t shf = (i % 4) * 8; in pmcs_dump_mpi_table() local502 (pmcs_rd_mpi_tbl(pwp, PMCS_MPI_SNCQ + (woff << 2)) >> shf) in pmcs_dump_mpi_table()507 uint32_t shf = (i % 4) * 8; in pmcs_dump_mpi_table() local511 (woff << 2)) >> shf) & 0xff); in pmcs_dump_mpi_table()515 uint32_t shf = (i % 4) * 8; in pmcs_dump_mpi_table() local519 (woff << 2)) >> shf) & 0xff); in pmcs_dump_mpi_table()
55 [/opt/elf-tests/tests/sections/shf-exclude]