Home | History | Annotate | Download | only in perf

Lines Matching refs:modifier

2545 #define VT_BITFIELD   0x0040  /* bitfield modifier */
2546 #define VT_CONSTANT 0x0800 /* const modifier */
2547 #define VT_VOLATILE 0x1000 /* volatile modifier */
5523 int is_rw; /* for '+' modifier */
10497 /* We do not want to modifier the long long
12464 error("signed and unsigned modifier");
16757 error("'%c' modifier can only be applied to outputs", c);
16896 SValue *sv, int modifier)
16903 if (!(r & VT_LVAL) && modifier != 'c' && modifier != 'n')
16914 if (modifier == 'n')
16944 if (modifier == 'b') {
16948 } else if (modifier == 'h') {
16952 } else if (modifier == 'w') {
17867 int c, index, modifier;
17881 modifier = 0;
17884 modifier = *str++;
17895 subst_asm_operand(out_str, &sv, modifier);