/external/clang/test/CodeGen/ |
2003-09-18-BitfieldTests.c | 4 typedef struct BF { 8 } BF; 10 char *test1(BF *b) { 14 void test2(BF *b) { // Increment and decrement operators 19 void test3(BF *b) { 23 int test4(BF *b) { 27 void test5(BF *b, int i) { // array ref
|
volatile.c | 23 struct { int x:3; } BF; 86 i=BF.x; 87 // CHECK-IT: load i8, i8* getelementptr {{.*}} @BF 88 // CHECK-MS: load i32, i32* getelementptr {{.*}} @BF 158 BF.x=i; 160 // CHECK-IT: load i8, i8* getelementptr {{.*}} @BF 161 // CHECK-MS: load i32, i32* getelementptr {{.*}} @BF 162 // CHECK-IT: store i8 {{.*}}, i8* getelementptr {{.*}} @BF 163 // CHECK-MS: store i32 {{.*}}, i32* getelementptr {{.*}} @BF
|
/external/clang/lib/Analysis/ |
AnalysisDeclContext.cpp | 89 static BodyFarm *BF = new BodyFarm(C, injector); 90 return *BF;
|
/external/valgrind/none/tests/ppc32/ |
test_dfp4.c | 93 * BF is the condition register bit field which can range from 0-7. But for 94 * testing purposes, we only use BF values of '0' and '5'. 96 static void _test_dtstdc(int BF, int DCM, dfp_val_t *val1, dfp_val_t *x1 __attribute__((unused))) 99 if (DCM < 0 || DCM > 5 || !(BF == 0 || BF == 5)) { 100 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", BF, DCM); 105 if (BF) 111 if (BF) 117 if (BF) 123 if (BF) [all...] |
test_dfp3.c | 165 static void _test_dcmpo(int BF, int x __attribute__((unused))) 167 if (BF < 0 || BF > 7) { 168 fprintf(stderr, "Invalid input to asm test: a=%d\n", BF); 171 switch (BF) { 201 static void _test_dcmpu(int BF, int x __attribute__((unused))) 203 if (BF < 0 || BF > 7) { 204 fprintf(stderr, "Invalid input to asm test: a=%d\n", BF); 207 switch (BF) { [all...] |
test_dfp5.c | 96 static void _test_dtstsf(unsigned int BF, unsigned int ref_sig, dfp_val_t *valB) 104 switch (BF) { 115 fprintf(stderr, "Invalid value %d for BF\n", BF); 120 static void _test_dtstsfq(unsigned int BF, unsigned int ref_sig, dfp_val_t *valB) 128 switch (BF) { 139 fprintf(stderr, "Invalid value %d for BF\n", BF); 551 int bf_idx, BF; 556 BF = BF_vals[bf_idx] [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-vax.c | 189 #define BF (1+ 127) 208 {BF + 1, BB + 1, 2, C (1, 1)},/* B^"foo" 1,0 */ 213 {BF, BB, 1, C (2, 1)}, /* b<cond> B^"foo" 2,0 */ 218 {BF, BB, 1, C (3, 1)}, /* brb B^foo 3,0 */ 228 {BF, BB, 1, C (5, 1)}, /* Xob___,,foo 5,0 */ 235 #undef BF [all...] |
/toolchain/binutils/binutils-2.25/include/opcode/ |
m88k.h | 390 BF = 4,
|
/external/v8/src/ppc/ |
constants-ppc.h | 387 BF = 4 << 21, // Branch if condition false
|
/toolchain/binutils/binutils-2.25/opcodes/ |
ppc-opc.c | 198 /* The BF field in an X or XL form instruction. */ 199 #define BF BDPA + 1 201 #define CRFD BF 203 #define CRD BF 206 /* The BF field in an X or XL form instruction. */ 207 #define BFF BF + 1 210 /* An optional BF field. This is used for comparison instructions, 211 in which an omitted BF field is taken as zero. */ [all...] |
/external/valgrind/VEX/priv/ |
guest_ppc_toIR.c | [all...] |