OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BF
(Results
1 - 7
of
7
) 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
23
struct { int x:3; }
BF
;
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/clang/lib/Analysis/
AnalysisDeclContext.cpp
89
static BodyFarm *
BF
= new BodyFarm(C, injector);
90
return *
BF
;
/external/valgrind/none/tests/ppc32/
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)))
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
)
[
all
...]
test_dfp3.c
165
static void _test_dcmpo(int
BF
, int x __attribute__((unused)))
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)))
203
if (
BF
< 0 ||
BF
> 7) {
204
fprintf(stderr, "Invalid input to asm test: a=%d\n",
BF
);
207
switch (
BF
) {
[
all
...]
test_dfp5.c
96
static void _test_dtstsf(unsigned int
BF
, unsigned int ref_sig, dfp_val_t *valB)
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)
128
switch (
BF
) {
139
fprintf(stderr, "Invalid value %d for
BF
\n",
BF
);
551
int bf_idx,
BF
;
556
BF
= BF_vals[bf_idx]
[
all
...]
/external/valgrind/VEX/priv/
guest_ppc_toIR.c
[
all
...]
Completed in 243 milliseconds