Home
last modified time | relevance | path

Searched defs:Sbit (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp411 unsigned Sbit = (Value >> 20) & 0x1; in adjustFixupValue() local
429 unsigned Sbit = (Value >> 12) & 0x1; in adjustFixupValue() local
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Darm-dis.c2600 unsigned int Sbit = (given & 0x01000000) >> 24; in print_insn_thumb32() local