• Home
  • Raw
  • Download

Lines Matching refs:SLEB128

15 #define SLEB128(x) (x)&0x7f	/* Assume here the value is -0x40 ... 0x3f.  */  macro
36 #define OP_consts(x) 0x11,SLEB128(x),
131 #define OP_breg0(x) 0x70,SLEB128(x),
132 #define OP_breg1(x) 0x71,SLEB128(x),
133 #define OP_breg2(x) 0x72,SLEB128(x),
134 #define OP_breg3(x) 0x73,SLEB128(x),
135 #define OP_breg4(x) 0x74,SLEB128(x),
136 #define OP_breg5(x) 0x75,SLEB128(x),
137 #define OP_breg6(x) 0x76,SLEB128(x),
138 #define OP_breg7(x) 0x77,SLEB128(x),
139 #define OP_breg8(x) 0x78,SLEB128(x),
140 #define OP_breg9(x) 0x79,SLEB128(x),
141 #define OP_breg10(x) 0x7a,SLEB128(x),
142 #define OP_breg11(x) 0x7b,SLEB128(x),
143 #define OP_breg12(x) 0x7c,SLEB128(x),
144 #define OP_breg13(x) 0x7d,SLEB128(x),
145 #define OP_breg14(x) 0x7e,SLEB128(x),
146 #define OP_breg15(x) 0x7f,SLEB128(x),
147 #define OP_breg16(x) 0x80,SLEB128(x),
148 #define OP_breg17(x) 0x81,SLEB128(x),
149 #define OP_breg18(x) 0x82,SLEB128(x),
150 #define OP_breg19(x) 0x83,SLEB128(x),
151 #define OP_breg20(x) 0x84,SLEB128(x),
152 #define OP_breg21(x) 0x85,SLEB128(x),
153 #define OP_breg22(x) 0x86,SLEB128(x),
154 #define OP_breg23(x) 0x87,SLEB128(x),
155 #define OP_breg24(x) 0x88,SLEB128(x),
156 #define OP_breg25(x) 0x89,SLEB128(x),
157 #define OP_breg26(x) 0x8a,SLEB128(x),
158 #define OP_breg27(x) 0x8b,SLEB128(x),
159 #define OP_breg28(x) 0x8c,SLEB128(x),
160 #define OP_breg29(x) 0x8d,SLEB128(x),
161 #define OP_breg30(x) 0x8e,SLEB128(x),
162 #define OP_breg31(x) 0x8f,SLEB128(x),
163 #define OP_regx(x) 0x90,SLEB128(x),
164 #define OP_fbreg(x) 0x91,SLEB128(x),
165 #define OP_bregx(x,y) 0x92,ULEB128(x),SLEB128(y),