Lines Matching refs:SValue
982 typedef struct SValue {
990 } SValue;
1142 SValue *vt;
3009 static SValue __vstack[1+ 256], *vtop, *pvtop;
3043 static void vrote(SValue *e, int n);
3050 static void vpushv(SValue *v);
3189 static void load(int r, SValue *sv);
3190 static void store(int r, SValue *v);
3278 static void subst_asm_operand(CString *add_str, SValue *sv, int modifier);
3309 static SValue __vstack[1+256], *vtop, *pvtop;
3845 SValue tmp;
3930 static void vpushv(SValue *v)
3949 SValue tmp;
3960 static void vrote(SValue *e, int n)
3963 SValue tmp;
4136 SValue *p, *p1;
4152 SValue *p, *p1, sv;
4212 SValue *p;
4252 SValue sv;
4384 static int adjust_bf(SValue *sv, int bit_pos, int bit_size)
4618 SValue sv;
4682 SValue *v1 = vtop - 1;
4683 SValue *v2 = vtop;
4833 SValue *v1, *v2;
4905 static inline int is_null_pointer(SValue *p)
4922 static void check_comparison_pointer_types(SValue *p1, SValue *p2, int op)
5922 SValue sv;
7803 SValue ret;
8120 SValue sv;
8737 SValue switchval;