HomeSort by relevance Sort by last modified time
    Searched defs:BF (Results 1 - 5 of 5) sorted by null

  /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 28 struct { int x:3; } BF;
61 i=BF.x;
84 BF.x=i;
  /external/qemu/tcg/ppc/
tcg-target.c 410 #define BF(n) ((n)<<23)
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);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 408 #define BF(n) ((n)<<23)
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);
    [all...]
  /external/qemu/
ppc-dis.c 286 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. */
    [all...]

Completed in 186 milliseconds