Searched defs:RS1 (Results 1 – 6 of 6) sorted by relevance
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcAsmPrinter.cpp | 126 MCOperand &RS1, MCOperand &Src2, MCOperand &RD, in EmitBinary() 138 MCOperand &RS1, MCOperand &Imm, MCOperand &RD, in EmitOR() 144 MCOperand &RS1, MCOperand &RS2, MCOperand &RD, in EmitADD() 150 MCOperand &RS1, MCOperand &Imm, MCOperand &RD, in EmitSHL()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/ |
H A D | VEAsmPrinter.cpp | 129 static void emitLEAzii(MCStreamer &OutStreamer, MCOperand &RS1, MCOperand &Imm, in emitLEAzii() 141 static void emitLEASLrri(MCStreamer &OutStreamer, MCOperand &RS1, in emitLEASLrri() 153 static void emitBinary(MCStreamer &OutStreamer, unsigned Opcode, MCOperand &RS1, in emitBinary() 164 static void emitANDrm(MCStreamer &OutStreamer, MCOperand &RS1, MCOperand &Imm, in emitANDrm()
|
/openbsd-src/gnu/usr.bin/binutils/include/opcode/ |
H A D | sparc.h | 210 #define RS1(x) (((x)&0x1f) << 14) /* rs1 field */ macro
|
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/ |
H A D | sparc.h | 209 #define RS1(x) (((x) & 0x1f) << 14) /* Rs1 field. */ macro
|
/openbsd-src/sys/arch/sparc64/sparc64/ |
H A D | db_disasm.c | 99 #define RS1(x) (((x) & 0x1f) << 14) macro
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonSplitDouble.cpp | 918 unsigned RS1 = getRegState(Op1); in splitAslOr() local
|