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

/art/compiler/optimizing/
H A Dparallel_move_test.cc154 const size_t operands[][2],
159 Location::RegisterLocation(operands[i][0]),
160 Location::RegisterLocation(operands[i][1]),
153 BuildParallelMove(ArenaAllocator* allocator, const size_t operands[][2], size_t number_of_moves) argument
/art/compiler/dex/quick/
H A Dmir_to_lir.h186 int32_t operands[5]; // [0..4] = [dest, src1, src2, extra, extra2]. member in struct:art::LIR
586 * LIR operands are 32-bit integers. Sometimes, (especially for managing
587 * instructions which require PC-relative fixups), we need the operands to carry

Completed in 144 milliseconds