Searched defs:const_index (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/glsl/
H A Dopt_algebraic.cpp56 int const_index,
117 ir_algebraic_visitor::reassociate_constant(ir_expression *ir1, int const_index, argument
139 reassociate_operands(ir1, const_index, ir2, 1);
142 reassociate_operands(ir1, const_index, ir2, 0);
146 if (reassociate_constant(ir1, const_index, constant,
152 if (reassociate_constant(ir1, const_index, constant,
H A Dast_to_hir.cpp1497 ir_constant *const const_index = op[1]->constant_expression_value(); local
1498 if (const_index != NULL) {
1499 const int idx = const_index->value.i[0];
1585 const_index == NULL) {
/external/v8/src/arm/
H A Dlithium-codegen-arm.cc3816 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
3817 __ mov(scratch, Operand(Smi::FromInt(const_index)));
/external/v8/src/ia32/
H A Dlithium-codegen-ia32.cc3574 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
3575 __ push(Immediate(Smi::FromInt(const_index)));
/external/v8/src/mips/
H A Dlithium-codegen-mips.cc3727 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
3728 __ Addu(scratch, zero_reg, Operand(Smi::FromInt(const_index)));
/external/v8/src/x64/
H A Dlithium-codegen-x64.cc3539 int const_index = ToInteger32(LConstantOperand::cast(instr->index())); local
3540 __ Push(Smi::FromInt(const_index));

Completed in 204 milliseconds