Searched refs:Sbit (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp255 unsigned Sbit = (Value >> 20) & 0x1; local
259 // Inst{31} = Sbit;
263 Value = (Sbit << 19) | (Lo10 << 9) | (Mid1 << 8) | Hi8;
273 unsigned Sbit = (Value >> 12) & 0x1; local
277 // Inst{31} = Sbit;
281 Value = (Sbit << 31) | (Mid6 << 25) | (Lo4 << 8) | (Hi1 << 7);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Darm-dis.c11739 unsigned int Sbit = (given & 0x01000000) >> 24;
11745 func (stream, dis_style_mnemonic, Sbit ? "sb" : "b");
11748 func (stream, dis_style_mnemonic, Sbit ? "sh" : "h");
11751 if (Sbit)
11152 unsigned int Sbit = (given & 0x01000000) >> 24; local
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Darm-dis.c11138 unsigned int Sbit = (given & 0x01000000) >> 24;
11143 case 0: func (stream, Sbit ? "sb" : "b"); break;
11144 case 1: func (stream, Sbit ? "sh" : "h"); break;
11146 if (Sbit)
11137 unsigned int Sbit = (given & 0x01000000) >> 24; local
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Darm-dis.c11739 unsigned int Sbit = (given & 0x01000000) >> 24;
11745 func (stream, dis_style_mnemonic, Sbit ? "sb" : "b");
11748 func (stream, dis_style_mnemonic, Sbit ? "sh" : "h");
11751 if (Sbit)
11738 unsigned int Sbit = (given & 0x01000000) >> 24; local
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Darm-dis.c11153 unsigned int Sbit = (given & 0x01000000) >> 24;
11158 case 0: func (stream, Sbit ? "sb" : "b"); break;
11159 case 1: func (stream, Sbit ? "sh" : "h"); break;
11161 if (Sbit)
11152 unsigned int Sbit = (given & 0x01000000) >> 24; local

Completed in 420 milliseconds