Searched refs:AboveMax (Results 1 – 3 of 3) sorted by relevance
11 static const int AboveMax = 9; in I() local13 asm ("" :: "I"(AboveMax)); // expected-error{{value '9' out of range for constraint 'I'}} in I()18 static const int AboveMax = 0x8000; in J() local20 asm ("" :: "J"(AboveMax)); // expected-error{{value '32768' out of range for constraint 'J'}} in J()25 static const int AboveMax = 0; in L() local27 asm ("" :: "L"(AboveMax)); // expected-error{{value '0' out of range for constraint 'L'}} in L()32 static const int AboveMax = 32; in N() local34 asm ("" :: "N"(AboveMax)); // expected-error{{value '32' out of range for constraint 'N'}} in N()45 static const int AboveMax = 16; in P() local47 asm ("" :: "P"(AboveMax)); // expected-error{{value '16' out of range for constraint 'P'}} in P()
6 static const int AboveMax = 32; in I() local12 : "0"(i), "I"(AboveMax)); // expected-error{{value '32' out of range for constraint 'I'}} in I()20 static const int AboveMax = 64; in J() local26 : "0"(i), "J"(AboveMax)); // expected-error{{value '64' out of range for constraint 'J'}} in J()34 static const int AboveMax = 128; in K() local40 : "0"(i), "K"(AboveMax)); // expected-error{{value '128' out of range for constraint 'K'}} in K()79 static const int AboveMax = 4; in M() local85 : "0"(i), "M"(AboveMax)); // expected-error{{value '4' out of range for constraint 'M'}} in M()93 static const int AboveMax = 256; in N() local99 : "0"(i), "N"(AboveMax)); // expected-error{{value '256' out of range for constraint 'N'}} in N()[all …]
6 static const int AboveMax = 2048; in I() local8 …asm volatile ("" :: "I"(AboveMax)); // expected-error{{value '2048' out of range for constraint 'I… in I()13 static const int AboveMax = 1; in J() local15 asm volatile ("" :: "J"(AboveMax)); // expected-error{{value '1' out of range for constraint 'J'}} in J()20 static const int AboveMax = 32; in K() local22 …asm volatile ("" :: "K"(AboveMax)); // expected-error{{value '32' out of range for constraint 'K'}} in K()