Home
last modified time | relevance | path

Searched defs:bitwidth (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/arch/arm64/arm64/
H A Ddisasm.c593 SignExtend(int bitwidth, uint64_t imm, unsigned int multiply) in SignExtend()
604 ZeroExtend(int bitwidth, uint64_t imm, unsigned int multiply) in ZeroExtend()
611 rotate(int bitwidth, uint64_t v, int n) in rotate()
645 const int bitwidth = (sf == 0) ? 32 : 64; in DecodeBitMasks() local
705 const uint64_t bitwidth = (sf == 0) ? 32 : 64; in BFXPreferred() local
1177 const uint64_t bitwidth = (sf == 0) ? 32 : 64; in OP6FUNC() local
1342 const uint64_t bitwidth = (sf == 0) ? 32 : 64; in OP6FUNC() local
2285 const uint64_t bitwidth = (sf == 0) ? 32 : 64; in OP6FUNC() local
/openbsd-src/sys/dev/pci/
H A Dif_de.c1767 const unsigned bitwidth = SROM_BITWIDTH; in tulip_srom_read() local
/openbsd-src/gnu/gcc/gcc/
H A Drtlanal.c3907 unsigned int bitwidth = GET_MODE_BITSIZE (mode); in num_sign_bit_copies1() local
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcombine.c8751 unsigned int bitwidth; local