/external/clang/test/CodeGen/ |
H A D | 2003-09-18-BitfieldTests.c | 4 typedef struct BF { struct 8 } BF; typedef in typeref:struct: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
|
H A D | volatile.c | 23 struct { int x:3; } BF; variable in typeref:struct:__anon2272 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/valgrind/none/tests/ppc32/ |
H A D | 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))) argument 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) 145 _test_dtstdcq(int BF, int DCM, dfp_val_t *val1, dfp_val_t *x1 __attribute__((unused))) argument 200 _test_dtstdg(int BF, int DGM, dfp_val_t *val1, dfp_val_t *x1 __attribute__((unused))) argument 249 _test_dtstdgq(int BF, int DGM, dfp_val_t *val1, dfp_val_t *x1 __attribute__((unused))) argument 303 _test_dtstex(int BF, int x __attribute__((unused)), dfp_val_t *val1, dfp_val_t *val2) argument 323 _test_dtstexq(int BF, int x __attribute__((unused)), dfp_val_t *val1, dfp_val_t *val2) argument 496 int data_class_OR_group, BF = 0; local 566 int i, repeat = 1, BF = 4; local [all...] |
H A D | test_dfp5.c | 96 static void _test_dtstsf(unsigned int BF, unsigned int ref_sig, dfp_val_t *valB) argument 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) argument 128 switch (BF) { 139 fprintf(stderr, "Invalid value %d for BF\n", BF); 551 int bf_idx, BF; local 556 BF [all...] |
H A D | test_dfp3.c | 165 static void _test_dcmpo(int BF, int x __attribute__((unused))) argument 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))) argument 203 if (BF < 0 || BF > 7) { 204 fprintf(stderr, "Invalid input to asm test: a=%d\n", BF); 207 switch (BF) { 320 _test_dcmpoq(int BF, int x __attribute__((unused))) argument 356 _test_dcmpuq(int BF, int x __attribute__((unused))) argument 1164 int k = 0, BF; local [all...] |
/external/valgrind/none/tests/ppc64/ |
H A D | 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))) argument 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) 145 _test_dtstdcq(int BF, int DCM, dfp_val_t *val1, dfp_val_t *x1 __attribute__((unused))) argument 200 _test_dtstdg(int BF, int DGM, dfp_val_t *val1, dfp_val_t *x1 __attribute__((unused))) argument 249 _test_dtstdgq(int BF, int DGM, dfp_val_t *val1, dfp_val_t *x1 __attribute__((unused))) argument 303 _test_dtstex(int BF, int x __attribute__((unused)), dfp_val_t *val1, dfp_val_t *val2) argument 323 _test_dtstexq(int BF, int x __attribute__((unused)), dfp_val_t *val1, dfp_val_t *val2) argument 496 int data_class_OR_group, BF = 0; local 566 int i, repeat = 1, BF = 4; local [all...] |
H A D | test_dfp5.c | 96 static void _test_dtstsf(unsigned int BF, unsigned int ref_sig, dfp_val_t *valB) argument 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) argument 128 switch (BF) { 139 fprintf(stderr, "Invalid value %d for BF\n", BF); 551 int bf_idx, BF; local 556 BF [all...] |
H A D | test_dfp3.c | 165 static void _test_dcmpo(int BF, int x __attribute__((unused))) argument 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))) argument 203 if (BF < 0 || BF > 7) { 204 fprintf(stderr, "Invalid input to asm test: a=%d\n", BF); 207 switch (BF) { 320 _test_dcmpoq(int BF, int x __attribute__((unused))) argument 356 _test_dcmpuq(int BF, int x __attribute__((unused))) argument 1164 int k = 0, BF; local [all...] |
/external/clang/lib/Analysis/ |
H A D | AnalysisDeclContext.cpp | 89 static BodyFarm *BF = new BodyFarm(C, injector); local 90 return *BF;
|
/external/v8/src/ppc/ |
H A D | constants-ppc.h | 387 BF = 4 << 21, // Branch if condition false enumerator in enum:v8::internal::BOfield
|
/external/v8/src/s390/ |
H A D | constants-s390.h | 1000 BF = 4 << 21, // Branch if condition false enumerator in enum:v8::internal::BOfield
|
/external/valgrind/VEX/priv/ |
H A D | guest_ppc_toIR.c | 10982 UChar crfD = toUChar( IFIELD( theInstr, 23, 3 ) ); // AKA BF 11255 UChar crfD = toUChar( IFIELD( theInstr, 23, 3 ) ); // AKA BF 11661 * fields. The field to be written to is specified by the BF (AKA crfD) 12368 UChar crfD = toUChar( IFIELD( theInstr, 23, 3 ) ); // AKA BF 18675 UInt BF = IFIELD( theInstr, 25, 1 ); local 18677 DIP("tcheck. %u\n", BF);
|