Home
last modified time | relevance | path

Searched refs:temp_rhs (Results 1 – 3 of 3) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dmisched-aa-mmos.ll17 %temp_rhs = alloca %c1, align 8
21 %significand.i18.i = getelementptr inbounds %c1, %c1* %temp_rhs, i64 0, i32 1
22 %exponent.i = getelementptr inbounds %c1, %c1* %temp_rhs, i64 0, i32 2
/external/mesa3d/src/glsl/
Dast_to_hir.cpp1309 ir_rvalue *temp_rhs = new(ctx) ir_expression(operations[this->oper], type, in hir() local
1314 op[0]->clone(ctx, NULL), temp_rhs, false, in hir()
1334 ir_rvalue *temp_rhs; in hir() local
1335 temp_rhs = new(ctx) ir_expression(operations[this->oper], type, in hir()
1340 op[0]->clone(ctx, NULL), temp_rhs, false, in hir()
1352 ir_rvalue *temp_rhs = new(ctx) ir_expression(operations[this->oper], in hir() local
1356 op[0]->clone(ctx, NULL), temp_rhs, false, in hir()
1369 ir_rvalue *temp_rhs = new(ctx) ir_expression(operations[this->oper], in hir() local
1373 op[0]->clone(ctx, NULL), temp_rhs, false, in hir()
1478 ir_rvalue *temp_rhs; in hir() local
[all …]
/external/llvm/lib/Support/
DAPFloat.cpp1440 APFloat temp_rhs(rhs); in addOrSubtractSignificand() local
1444 reverse = compareAbsoluteValue(temp_rhs) == cmpLessThan; in addOrSubtractSignificand()
1447 lost_fraction = temp_rhs.shiftSignificandRight(bits - 1); in addOrSubtractSignificand()
1452 temp_rhs.shiftSignificandLeft(1); in addOrSubtractSignificand()
1457 carry = temp_rhs.subtractSignificand in addOrSubtractSignificand()
1459 copySignificand(temp_rhs); in addOrSubtractSignificand()
1463 (temp_rhs, lost_fraction != lfExactlyZero); in addOrSubtractSignificand()
1479 APFloat temp_rhs(rhs); in addOrSubtractSignificand() local
1481 lost_fraction = temp_rhs.shiftSignificandRight(bits); in addOrSubtractSignificand()
1482 carry = addSignificand(temp_rhs); in addOrSubtractSignificand()