Home
last modified time | relevance | path

Searched refs:temp_rhs (Results 1 – 4 of 4) 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* %temp_rhs, i64 0, i32 1
22 %exponent.i = getelementptr inbounds %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/chromium_org/third_party/mesa/src/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.cpp1429 APFloat temp_rhs(rhs); in addOrSubtractSignificand() local
1433 reverse = compareAbsoluteValue(temp_rhs) == cmpLessThan; in addOrSubtractSignificand()
1436 lost_fraction = temp_rhs.shiftSignificandRight(bits - 1); in addOrSubtractSignificand()
1441 temp_rhs.shiftSignificandLeft(1); in addOrSubtractSignificand()
1446 carry = temp_rhs.subtractSignificand in addOrSubtractSignificand()
1448 copySignificand(temp_rhs); in addOrSubtractSignificand()
1452 (temp_rhs, lost_fraction != lfExactlyZero); in addOrSubtractSignificand()
1468 APFloat temp_rhs(rhs); in addOrSubtractSignificand() local
1470 lost_fraction = temp_rhs.shiftSignificandRight(bits); in addOrSubtractSignificand()
1471 carry = addSignificand(temp_rhs); in addOrSubtractSignificand()