Lines Matching full:immediate
102 (df f-imm6 "Immediate value (6 bits)" ((ISA media)) 15 6 INT #f #f)
103 (df f-imm10 "Immediate value (10 bits)" ((ISA media)) 19 10 INT #f #f)
104 (df f-imm16 "Immediate value (16 bits)" ((ISA media)) 25 16 INT #f #f)
106 (dshmf f-uimm6 "Immediate value (6 bits)" () 15 6)
107 (dshmf f-uimm16 "Immediate value (16 bits)" () 25 16)
176 (dshmop imm6 "Immediate (6 bits)" () h-sint f-imm6)
177 (dshmop imm10 "Immediate (10 bits)" () h-sint f-imm10)
178 (dshmop imm16 "Immediate (16 bits)" () h-sint f-imm16)
179 (dshmop uimm6 "Immediate (6 bits)" () h-uint f-uimm6)
180 (dshmop uimm16 "Unsigned immediate (16 bits)" () h-uint f-uimm16)
203 (dshmi addi "Add immediate"
209 (dshmi addil "Add immediate long"
239 (dshmi andi "AND immediate"
252 (dshmi beqi "Branch if equal immediate"
302 (dshmi bnei "Branch if not equal immediate"
1183 (dshmi movi "Move immediate"
1434 (dshmi ori "OR immediate"
1500 (dshmi shari "Arithmetic right shift (immediate count)"
1506 (dshmi sharil "Arithmetic right shift (long word, immediate count)"
1524 (dshmi shlli "Logical left shift (immediate count)"
1530 (dshmi shllil "Logical left shift (long word, immediate count)"
1548 (dshmi shlri "Logical right shift (immediate count)"
1554 (dshmi shlril "Logical right shift (long word, immediate count)"
1560 (dshmi shori "Shift-or immediate"
1734 (dshmi xori "Exclusive OR immediate"