Searched defs:BF (Results 1 - 12 of 12) 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:__anon18734
86 i=BF.x;
87 // CHECK-IT: load i8* getelementptr {{.*}} @BF
88 // CHECK-MS: load i32* getelementptr {{.*}} @BF
158 BF.x=i;
160 // CHECK-IT: load i8* getelementptr {{.*}} @BF
161 // CHECK-MS: load i32* getelementptr {{.*}} @BF
162 // CHECK-IT: store i8 {{.*}}, i8* getelementptr {{.*}} @BF
163 // CHECK-MS: store i32 {{.*}}, i32* getelementptr {{.*}} @BF
/external/valgrind/main/none/tests/ppc32/
H A Dtest_dfp4.c88 * BF is the condition register bit field which can range from 0-7. But for
89 * testing purposes, we only use BF values of '0' and '5'.
91 static void _test_dtstdc(int BF, int DCM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
94 if (DCM < 0 || DCM > 5 || !(BF == 0 || BF == 5)) {
95 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", BF, DCM);
100 if (BF)
106 if (BF)
112 if (BF)
118 if (BF)
140 _test_dtstdcq(int BF, int DCM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
195 _test_dtstdg(int BF, int DGM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
244 _test_dtstdgq(int BF, int DGM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
298 _test_dtstex(int BF, int x __attribute__((unused)), dfp_val_t val1, dfp_val_t val2) argument
318 _test_dtstexq(int BF, int x __attribute__((unused)), dfp_val_t val1, dfp_val_t val2) argument
491 int data_class_OR_group, BF = 0; local
552 int i, repeat = 1, BF = 4; local
[all...]
H A Dtest_dfp5.c91 static void _test_dtstsf(unsigned int BF, unsigned int ref_sig, dfp_val_t valB) argument
99 switch (BF) {
110 fprintf(stderr, "Invalid value %d for BF\n", BF);
115 static void _test_dtstsfq(unsigned int BF, unsigned int ref_sig, dfp_val_t valB) argument
123 switch (BF) {
134 fprintf(stderr, "Invalid value %d for BF\n", BF);
540 int bf_idx, BF; local
545 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/main/none/tests/ppc64/
H A Dtest_dfp4.c88 * BF is the condition register bit field which can range from 0-7. But for
89 * testing purposes, we only use BF values of '0' and '5'.
91 static void _test_dtstdc(int BF, int DCM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
94 if (DCM < 0 || DCM > 5 || !(BF == 0 || BF == 5)) {
95 fprintf(stderr, "Invalid inputs to asm test: a=%d, b=%d\n", BF, DCM);
100 if (BF)
106 if (BF)
112 if (BF)
118 if (BF)
140 _test_dtstdcq(int BF, int DCM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
195 _test_dtstdg(int BF, int DGM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
244 _test_dtstdgq(int BF, int DGM, dfp_val_t val1, dfp_val_t x1 __attribute__((unused))) argument
298 _test_dtstex(int BF, int x __attribute__((unused)), dfp_val_t val1, dfp_val_t val2) argument
318 _test_dtstexq(int BF, int x __attribute__((unused)), dfp_val_t val1, dfp_val_t val2) argument
491 int data_class_OR_group, BF = 0; local
552 int i, repeat = 1, BF = 4; local
[all...]
H A Dtest_dfp5.c91 static void _test_dtstsf(unsigned int BF, unsigned int ref_sig, dfp_val_t valB) argument
99 switch (BF) {
110 fprintf(stderr, "Invalid value %d for BF\n", BF);
115 static void _test_dtstsfq(unsigned int BF, unsigned int ref_sig, dfp_val_t valB) argument
123 switch (BF) {
134 fprintf(stderr, "Invalid value %d for BF\n", BF);
540 int bf_idx, BF; local
545 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.cpp88 static BodyFarm *BF = new BodyFarm(C); local
89 return *BF;
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java142 BF(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/qemu/disas/
H A Dppc.c286 example, in the optional BF field in the comparison instructions. The
494 /* The BF field in an X or XL form instruction. */
495 #define BF BDPA + 1
497 #define CRFD BF
500 /* The BF field in an X or XL form instruction. */
501 #define BFF BF + 1
504 /* An optional BF field. This is used for comparison instructions,
505 in which an omitted BF field is taken as zero. */
2603 { "cmpli", OP(10), OP_MASK, PPC, { BF, L, RA, UI } },
2604 { "cmpli", OP(10), OP_MASK, PWRCOM, { BF, R
491 #define BF macro
[all...]
/external/valgrind/main/VEX/priv/
H A Dguest_ppc_toIR.c10552 UChar crfD = toUChar( IFIELD( theInstr, 23, 3 ) ); // AKA BF
10825 UChar crfD = toUChar( IFIELD( theInstr, 23, 3 ) ); // AKA BF
11231 * fields. The field to be written to is specified by the BF (AKA crfD)
11938 UChar crfD = toUChar( IFIELD( theInstr, 23, 3 ) ); // AKA BF
18157 UInt BF = IFIELD( theInstr, 25, 1 ); local
18159 DIP("tcheck. %d\n", BF);

Completed in 276 milliseconds