Home
last modified time | relevance | path

Searched refs:imm20 (Results 1 – 22 of 22) sorted by relevance

/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-nds32/
H A Dimm_symbol.s2 .globl imm20
6 .set imm20, 0x11223 define
H A Dimm.s5 la $r0, imm20
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-nds32/
H A Dimm_symbol.s2 .globl imm20
6 .set imm20, 0x11223 define
H A Dimm.s5 la $r0, imm20
/netbsd/external/gpl3/gdb/dist/sim/testsuite/sim/sh/
H A Dmovi.s30 movi20_reg: # Test <imm20>
51 movi20s_reg: # Test <imm20> << 8
/netbsd/external/gpl3/gdb.old/dist/sim/testsuite/sim/sh/
H A Dmovi.s30 movi20_reg: # Test <imm20>
51 movi20s_reg: # Test <imm20> << 8
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVInstrFormats.td22 // a 21-bit value (where the LSB is always zero), we describe it as an imm20
388 bits<20> imm20;
391 let Inst{31-12} = imm20;
399 bits<20> imm20;
402 let Inst{31} = imm20{19};
403 let Inst{30-21} = imm20{9-0};
404 let Inst{20} = imm20{10};
405 let Inst{19-12} = imm20{18-11};
H A DRISCVInstrInfo.td457 def LUI : RVInstU<OPC_LUI, (outs GPR:$rd), (ins uimm20_lui:$imm20),
458 "lui", "$rd, $imm20">, Sched<[WriteIALU]>;
460 def AUIPC : RVInstU<OPC_AUIPC, (outs GPR:$rd), (ins uimm20_auipc:$imm20),
461 "auipc", "$rd, $imm20">, Sched<[WriteIALU]>;
464 def JAL : RVInstJ<OPC_JAL, (outs GPR:$rd), (ins simm21_lsb0_jal:$imm20),
465 "jal", "$rd, $imm20">, Sched<[WriteJal]>;
997 def PseudoBR : Pseudo<(outs), (ins simm21_lsb0_jal:$imm20), [(br bb:$imm20)]>,
998 PseudoInstExpansion<(JAL X0, simm21_lsb0_jal:$imm20)>;
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/cr16/
H A Dadd_test.s80 # ADDD imm4/imm16/imm20/imm32, regp
H A Dmov_test.s44 # MOVD imm4/imm16/imm20/imm32, regp
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/cr16/
H A Dadd_test.s80 # ADDD imm4/imm16/imm20/imm32, regp
H A Dmov_test.s44 # MOVD imm4/imm16/imm20/imm32, regp
/netbsd/external/gpl3/binutils/dist/include/opcode/
H A Dcr16.h122 imm3, imm4, imm5, imm6, imm16, imm20, imm32, enumerator
H A Dnds32.h72 #define N32_TYPE1(op6, rt5, imm20) \ argument
73 (N32_TYPE2 (op6, rt5, 0, 0) | __MF (imm20, 0, 20))
/netbsd/external/gpl3/gdb/dist/include/opcode/
H A Dcr16.h122 imm3, imm4, imm5, imm6, imm16, imm20, imm32, enumerator
H A Dnds32.h72 #define N32_TYPE1(op6, rt5, imm20) \ argument
73 (N32_TYPE2 (op6, rt5, 0, 0) | __MF (imm20, 0, 20))
/netbsd/external/gpl3/binutils.old/dist/include/opcode/
H A Dcr16.h122 imm3, imm4, imm5, imm6, imm16, imm20, imm32, enumerator
H A Dnds32.h72 #define N32_TYPE1(op6, rt5, imm20) \ argument
73 (N32_TYPE2 (op6, rt5, 0, 0) | __MF (imm20, 0, 20))
/netbsd/external/gpl3/gdb.old/dist/include/opcode/
H A Dcr16.h122 imm3, imm4, imm5, imm6, imm16, imm20, imm32, enumerator
H A Dnds32.h72 #define N32_TYPE1(op6, rt5, imm20) \ argument
73 (N32_TYPE2 (op6, rt5, 0, 0) | __MF (imm20, 0, 20))
/netbsd/external/gpl3/gdb/dist/sim/cr16/
H A Dinterp.c177 case uimm20: case imm20: in get_operands()
/netbsd/external/gpl3/gdb.old/dist/sim/cr16/
H A Dinterp.c177 case uimm20: case imm20: in get_operands()