Searched refs:BITS (Results 126 - 129 of 129) sorted by relevance

123456

/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Daarch64-opc.c5535 #define BITS(INSN,HI,LO) (((INSN) >> (LO)) & ((1 << (((HI) - (LO)) + 1)) - 1))
5544 int t = BITS (insn, 4, 0);
5545 int n = BITS (insn, 9, 5);
5546 int t2 = BITS (insn, 14, 10);
5531 #define BITS macro
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Daarch64-opc.c5384 #define BITS(INSN,HI,LO) (((INSN) >> (LO)) & ((1 << (((HI) - (LO)) + 1)) - 1))
5393 int t = BITS (insn, 4, 0);
5394 int n = BITS (insn, 9, 5);
5395 int t2 = BITS (insn, 14, 10);
5380 #define BITS macro
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dfpsp.s5798 #--MOST 69 BITS LONG.
6387 #--NOW WE SEE X AS +-2^K * 1.BBBBBBB....B <- 1. + 63 BITS
6389 #--THAT IS IT MATCHES THE EXPONENT AND FIRST 5 BITS OF X, THE
6390 #--SIXTH BITS IS SET TO BE 1. SINCE K = -4, -3, ..., 3, THERE
6396 and.l &0xF8000000,XFRAC(%a6) # FIRST 5 BITS
6411 mov.l %d1,%d2 # THE EXP AND 16 BITS OF X
6412 and.l &0x00007800,%d1 # 4 VARYING BITS OF F'S FRACTION
6416 add.l %d2,%d1 # THE 7 BITS IDENTIFYING F
8355 #--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1.
8365 asr.l &8,%d1 # SHIFTED 16 BITS, BIASE
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp3742 #define SVE_INT_ELTTY(BITS, ELTS, SIGNED, NUMVECTORS) \
3743 {getIntTypeForBitwidth(BITS, SIGNED), llvm::ElementCount::getScalable(ELTS), \

Completed in 170 milliseconds

123456