Home
last modified time | relevance | path

Searched refs:imm10 (Results 1 – 8 of 8) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dv850-opc.c855 unsigned long imm10, ret; in insert_IMM10U() local
861 imm10 = ((unsigned long) value) & 0x3ff; in insert_IMM10U()
862 IIIII = (imm10 >> 5) & 0x1f; in insert_IMM10U()
863 iiiii = imm10 & 0x1f; in insert_IMM10U()
892 unsigned long imm10, ret; in insert_SRSEL1() local
898 imm10 = (unsigned long) value; in insert_SRSEL1()
899 selid = (imm10 & 0x3e0) >> 5; in insert_SRSEL1()
900 sr = imm10 & 0x1f; in insert_SRSEL1()
930 unsigned long imm10, ret; in insert_SRSEL2() local
936 imm10 = (unsigned long) value; in insert_SRSEL2()
[all …]
Dhppa-dis.c1102 int imm10 = GET_FIELD (insn, 18, 27); in print_insn_hppa() local
1106 disp = (-1 << 10) | imm10; in print_insn_hppa()
1108 disp = imm10; in print_insn_hppa()
/toolchain/binutils/binutils-2.25/include/opcode/
Dnds32.h119 #define N16_TYPE10(op5, imm10) \ argument
120 (0x8000 | __MF (N16_T10_##op5, 10, 5) | __MF (imm10, 0, 10))
/toolchain/binutils/binutils-2.25/cpu/
Dsh64-media.cpu101 (df f-imm10 "Immediate value (10 bits)" ((ISA media)) 19 10 INT #f #f)
174 (dshmop imm10 "Immediate (10 bits)" () h-sint f-imm10)
1431 "ori $rm, $imm10, $rd"
1432 (+ (f-op 55) rm imm10 rd (f-rsvd 0))
1433 (set rd (or rm (ext DI imm10))))
Dmep-core.cpu530 (df f-cdisp10 "cop imm10" (all-mep-core-isas) 22 10 INT
/toolchain/binutils/binutils-2.25/opcodes/po/
Dfi.po1434 msgid "imm10 is out of range"
1435 msgstr "imm10 ei ole rajojen sisällä"
Dde.po1461 msgid "imm10 is out of range"
1462 msgstr "imm10 liegt außerhalb des gültigen Bereichs"
Dopcodes.pot1371 msgid "imm10 is out of range"