Searched defs:BF (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
H A D2003-09-18-BitfieldTests.c4 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 Dvolatile.c23 struct { int x:3; } BF; variable in typeref:struct:__anon1898
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 Dtest_dfp4.c93 * 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 Dtest_dfp5.c96 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 Dtest_dfp3.c165 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 Dtest_dfp4.c93 * 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 Dtest_dfp5.c96 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 Dtest_dfp3.c165 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 DAnalysisDeclContext.cpp89 static BodyFarm *BF = new BodyFarm(C, injector); local
90 return *BF;
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c10841 UChar crfD = toUChar( IFIELD( theInstr, 23, 3 ) ); // AKA BF
11114 UChar crfD = toUChar( IFIELD( theInstr, 23, 3 ) ); // AKA BF
11520 * fields. The field to be written to is specified by the BF (AKA crfD)
12227 UChar crfD = toUChar( IFIELD( theInstr, 23, 3 ) ); // AKA BF
18534 UInt BF = IFIELD( theInstr, 25, 1 ); local
18536 DIP("tcheck. %d\n", BF);

Completed in 421 milliseconds