Home | History | Annotate | Download | only in CodeGen

Lines Matching full:ppc

4 // RUN: %clang_cc1 %s -O1 -emit-llvm -triple powerpc-unknown-unknown -o - | FileCheck %s --check-prefix=PPC
370 // PPC-LABEL: @mul_long_double_cc(
371 // PPC: %[[AC:[^ ]+]] = fmul
372 // PPC: %[[BD:[^ ]+]] = fmul
373 // PPC: %[[AD:[^ ]+]] = fmul
374 // PPC: %[[BC:[^ ]+]] = fmul
375 // PPC: %[[RR:[^ ]+]] = fsub ppc_fp128 %[[AC]], %[[BD]]
376 // PPC: %[[RI:[^ ]+]] = fadd ppc_fp128
377 // PPC-DAG: %[[AD]]
378 // PPC-DAG: ,
379 // PPC-DAG: %[[BC]]
380 // PPC: fcmp uno ppc_fp128 %[[RR]]
381 // PPC: fcmp uno ppc_fp128 %[[RI]]
382 // PPC: call {{.*}} @__multc3(
383 // PPC: ret
407 // PPC-LABEL: @div_long_double_rc(
408 // PPC-NOT: fdiv
409 // PPC: call {{.*}} @__divtc3(
410 // PPC: ret
418 // PPC-LABEL: @div_long_double_cc(
419 // PPC-NOT: fdiv
420 // PPC: call {{.*}} @__divtc3(
421 // PPC: ret