Lines Matching refs:SUB_REG_IMM
36 #define SUB_REG_IMM(insn, s1, s2, NOBORROW) \ macro
84 SUB_REG_IMM(i, 0ul, s2, carryset); \
85 SUB_REG_IMM(i, 1ul, s2, carryset); \
86 SUB_REG_IMM(i, 0xfffful, s2, carryset); \
87 SUB_REG_IMM(i, 0x7ffful, s2, carryset); \
88 SUB_REG_IMM(i, 0x8000ul, s2, carryset); \
89 SUB_REG_IMM(i, 0xfffffffful, s2, carryset); \
90 SUB_REG_IMM(i, 0x80000000ul, s2, carryset); \
91 SUB_REG_IMM(i, 0x7ffffffful, s2, carryset); \
92 SUB_REG_IMM(i, 0xfffffffffffffffful, s2, carryset); \
93 SUB_REG_IMM(i, 0x8000000000000000ul, s2, carryset); \
94 SUB_REG_IMM(i, 0x7ffffffffffffffful, s2, carryset); \