HomeSort by: relevance | last modified time | path
    Searched defs:Sbit (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.cpp 255 unsigned Sbit = (Value >> 20) & 0x1;
259 // Inst{31} = Sbit;
263 Value = (Sbit << 19) | (Lo10 << 9) | (Mid1 << 8) | Hi8;
273 unsigned Sbit = (Value >> 12) & 0x1;
277 // Inst{31} = Sbit;
281 Value = (Sbit << 31) | (Mid6 << 25) | (Lo4 << 8) | (Hi1 << 7);
  /src/external/gpl3/binutils/dist/opcodes/
arm-dis.c 11397 unsigned int Sbit = (given & 0x01000000) >> 24;
11403 func (stream, dis_style_mnemonic, Sbit ? "sb" : "b");
11406 func (stream, dis_style_mnemonic, Sbit ? "sh" : "h");
11409 if (Sbit)
  /src/external/gpl3/binutils.old/dist/opcodes/
arm-dis.c 11397 unsigned int Sbit = (given & 0x01000000) >> 24;
11403 func (stream, dis_style_mnemonic, Sbit ? "sb" : "b");
11406 func (stream, dis_style_mnemonic, Sbit ? "sh" : "h");
11409 if (Sbit)
  /src/external/gpl3/gdb/dist/opcodes/
arm-dis.c 11397 unsigned int Sbit = (given & 0x01000000) >> 24;
11403 func (stream, dis_style_mnemonic, Sbit ? "sb" : "b");
11406 func (stream, dis_style_mnemonic, Sbit ? "sh" : "h");
11409 if (Sbit)
  /src/external/gpl3/gdb.old/dist/opcodes/
arm-dis.c 11584 unsigned int Sbit = (given & 0x01000000) >> 24;
11590 func (stream, dis_style_mnemonic, Sbit ? "sb" : "b");
11593 func (stream, dis_style_mnemonic, Sbit ? "sh" : "h");
11596 if (Sbit)

Completed in 56 milliseconds