Lines Matching refs:LocationOperand
618 (LocationOperand::cast(pushes.back()->destination()).index() + 1 == in AssembleTailCallBeforeGap()
623 LocationOperand destination_location( in AssembleTailCallBeforeGap()
624 LocationOperand::cast(move->destination())); in AssembleTailCallBeforeGap()
632 LocationOperand source_location(LocationOperand::cast(source)); in AssembleTailCallBeforeGap()
1717 LocationOperand* op = LocationOperand::cast(instr->InputAt(0)); in AssembleArchInstruction()
1754 LocationOperand* op = LocationOperand::cast(instr->OutputAt(0)); in AssembleArchInstruction()
3215 int src_code = LocationOperand::cast(source)->register_code(); in AssembleMove()
3216 int dst_code = LocationOperand::cast(destination)->register_code(); in AssembleMove()
3231 int src_code = LocationOperand::cast(source)->register_code(); in AssembleMove()
3252 int dst_code = LocationOperand::cast(destination)->register_code(); in AssembleMove()
3352 int src_code = LocationOperand::cast(source)->register_code(); in AssembleSwap()
3353 int dst_code = LocationOperand::cast(destination)->register_code(); in AssembleSwap()
3373 int src_code = LocationOperand::cast(source)->register_code(); in AssembleSwap()