Home
last modified time | relevance | path

Searched refs:oper (Results 1 – 2 of 2) sorted by relevance

/art/test/2239-varhandle-perf/util-src/
Dgenerate_java.py431 for flavour in [oper + mode
432 for oper in ["Or", "Xor", "And"]
/art/compiler/optimizing/
Dinduction_var_range.cc1172 HInstruction* oper; in GenerateLastValueLinear() local
1176 oper = new (allocator) HAdd(type, opa, opb); in GenerateLastValueLinear()
1178 oper = new (graph->GetAllocator()) HSub(type, opb, opa); in GenerateLastValueLinear()
1181 oper = new (allocator) HAdd(type, Insert(block, mul), opb); in GenerateLastValueLinear()
1183 *result = Insert(block, oper); in GenerateLastValueLinear()
1637 HInstruction* oper; in GenerateCode() local
1639 oper = new (allocator) HAdd(type, opa, opb); in GenerateCode()
1641 oper = new (graph->GetAllocator()) HSub(type, opb, opa); in GenerateCode()
1645 oper = new (allocator) HAdd(type, Insert(block, mul), opb); in GenerateCode()
1647 *result = Insert(block, oper); in GenerateCode()