Searched defs:BF (Results 1 - 5 of 5) 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.c28 struct { int x:3; } BF; variable in typeref:struct:__anon3804
61 i=BF.x;
84 BF.x=i;
/external/qemu/tcg/ppc/
H A Dtcg-target.c410 #define BF(n) ((n)<<23) macro
580 tcg_out32 (s, CMP | BF (7) | RA (r2) | RB (r1));
583 tcg_out32 (s, CMP | BF (6) | RA (addr_reg2) | RB (r1));
779 tcg_out32 (s, CMP | BF (6) | RA (addr_reg2) | RB (r1));
1048 op |= BF (cr);
/external/qemu/tcg/ppc64/
H A Dtcg-target.c408 #define BF(n) ((n)<<23) macro
639 tcg_out32 (s, CMP | BF (7) | RA (r2) | RB (r1) | CMP_L);
785 tcg_out32 (s, CMP | BF (7) | RA (r2) | RB (r1) | CMP_L);
1034 op |= BF (cr) | (arch64 << 21);
/external/qemu/
H A Dppc-dis.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...]

Completed in 99 milliseconds