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

1 2

  /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/none/tests/ppc64/
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/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp 106 foreachKernelArgMD(MDNode *MD, SPIRVFunction *BF,
110 SPIRVFunctionParameter *BA = BF->getArgument(I-1);
637 if (auto BF= getTranslatedValue(F))
638 return static_cast<SPIRVFunction *>(BF);
642 SPIRVFunction *BF = static_cast<SPIRVFunction *>(mapValue(F,
644 BF->setFunctionControlMask(transFunctionControlMask(F));
646 BM->setName(BF, F->getName());
648 BM->addEntryPoint(ExecutionModelKernel, BF->getId());
650 BF->setLinkageType(transLinkageType(F));
655 SPIRVFunctionParameter *BA = BF->getArgument(ArgNo)
    [all...]
  /external/v8/src/ppc/
constants-ppc.h     [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-vax.c 189 #define BF (1+ 127)
208 {BF + 1, BB + 1, 2, C (1, 1)},/* B^"foo" 1,0 */
213 {BF, BB, 1, C (2, 1)}, /* b<cond> B^"foo" 2,0 */
218 {BF, BB, 1, C (3, 1)}, /* brb B^foo 3,0 */
228 {BF, BB, 1, C (5, 1)}, /* Xob___,,foo 5,0 */
235 #undef BF
    [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
m88k.h 390 BF = 4,
  /external/v8/src/s390/
constants-s390.h     [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
ppc-opc.c 211 /* The BF field in an X or XL form instruction. */
212 #define BF BDPA + 1
214 #define CRFD BF
216 #define CRD BF
219 /* The BF field in an X or XL form instruction. */
220 #define BFF BF + 1
223 /* An optional BF field. This is used for comparison instructions,
224 in which an omitted BF field is taken as zero. */
    [all...]
  /external/valgrind/VEX/priv/
guest_ppc_toIR.c     [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-route53/1.11.18/
aws-java-sdk-route53-1.11.18.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0/
intellij-core-26.0.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha4/
intellij-core-26.0.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha5/
intellij-core-26.0.0-alpha5.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha6/
intellij-core-26.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha7/
intellij-core-26.0.0-alpha7.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-alpha9/
intellij-core-26.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta1/
intellij-core-26.0.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/external/com-intellij/intellij-core/26.0.0-beta2/
intellij-core-26.0.0-beta2.jar 

Completed in 1142 milliseconds

1 2