Lines Matching +refs:emit +refs:signed +refs:dword

30 (define-pmacro (SI-ext x) "How to sign-extend a dword to dword (a nop)" x)
31 (define-pmacro (HI-ext x) "How to sign-extend a word to dword" (ext SI x))
32 (define-pmacro (QI-ext x) "How to sign-extend a byte to dword" (ext SI x))
33 (define-pmacro (SI-zext x) "How to zero-extend a dword to dword (a nop)" x)
34 (define-pmacro (HI-zext x) "How to zero-extend a word to dword" (zext SI x))
35 (define-pmacro (QI-zext x) "How to zero-extend a byte to dword" (zext SI x))
1350 (df f-s6 "Quick signed 6-bit" () 5 6 INT #f #f)
1360 ; An 8-bit signed value, which doesn't have a general graphic description.
1361 (df f-s8 "Source signed byte" () 7 8 INT #f #f)
1455 f-indir-pc+-dword "PC autoincrement - 32-bit field" (SIGN-OPT)
1460 f-indir-pc+-dword-pcrel
1472 ; m := size modifier, byte (00), word (01) or dword (10)
1520 insn-signed-size
1571 ; i := 6-bit signed immediate operand
1572 (dnop i "Quick signed 6-bit" () h-sint f-s6)
1601 (dnop const32 "Dword [PC+]" () h-uint f-indir-pc+-dword)
1602 (dnop const32-pcrel "Dword [PC+]" () h-addr f-indir-pc+-dword-pcrel)
1623 (dnop o-pcrel "9-bit signed immediate PC-rel"
1627 (dnop o-word-pcrel "16-bit signed immediate PC-rel"
1757 (dni (.sym name .d) (.str "dword " comment) attr (.str name ".d " syntax)
1776 (dni-cdt-attr (.sym name .d-r) (.str "dword " comment) attr (.str name ".d " syntax)
1957 "Set a byte or word part or full dword of a general register"
2016 "Insn generator for insns with signed <op>.b and <op>.w variants"
2303 (.str "dword mem " comment)
2328 and a signed memory operand."
2407 cmpcdr "cmp constant dword to register"
2604 ; CGEN will emit a "tmp_grno" *also* in decodev32.c:crisv32f_decode
3048 addcdr "add constant dword to register"
3192 subcdr "subtract constant dword from register"
3527 andcdr "And constant dword to register"
3605 orcdr "Or constant dword to register"
3666 "Perform word-wise swap within each dword"
4285 bound-cd "Bound constant dword"