Searched defs:operands (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dparallel_move_test.cc68 const size_t operands[][2],
73 Location::RegisterLocation(ManagedRegister(operands[i][0])),
74 Location::RegisterLocation(ManagedRegister(operands[i][1]))));
67 BuildParallelMove(ArenaAllocator* allocator, const size_t operands[][2], size_t number_of_moves) argument
/art/compiler/dex/
H A Dmir_optimization.cc530 * the Phi node has more than two operands, we will arbitrarily use the SSA
913 * the "or" of all the Phi's operands.
917 int operands = (df_attributes & DF_NULL_TRANSFER_0) ? 1 : local
920 for (int i = 0; i < operands; i++) {
/art/compiler/dex/quick/
H A Dmir_to_lir.h187 int32_t operands[5]; // [0..4] = [dest, src1, src2, extra, extra2]. member in struct:art::LIR
610 * LIR operands are 32-bit integers. Sometimes, (especially for managing
611 * instructions which require PC-relative fixups), we need the operands to carry

Completed in 646 milliseconds