Home
last modified time | relevance | path

Searched refs:GenLongOp (Results 1 – 4 of 4) sorted by relevance

/art/compiler/dex/quick/mips/
Dint_mips.cc541 GenLongOp(kOpAdd, rl_dest, rl_src1, rl_src2); in GenArithOpLong()
545 GenLongOp(kOpSub, rl_dest, rl_src1, rl_src2); in GenArithOpLong()
561 GenLongOp(kOpAnd, rl_dest, rl_src1, rl_src2); in GenArithOpLong()
565 GenLongOp(kOpOr, rl_dest, rl_src1, rl_src2); in GenArithOpLong()
569 GenLongOp(kOpXor, rl_dest, rl_src1, rl_src2); in GenArithOpLong()
600 void MipsMir2Lir::GenLongOp(OpKind op, RegLocation rl_dest, RegLocation rl_src1, in GenLongOp() function in art::MipsMir2Lir
Dcodegen_mips.h276 void GenLongOp(OpKind op, RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);
/art/compiler/dex/quick/arm64/
Dint_arm64.cc1105 void Arm64Mir2Lir::GenLongOp(OpKind op, RegLocation rl_dest, RegLocation rl_src1, in GenLongOp() function in art::Arm64Mir2Lir
1142 GenLongOp(kOpAdd, rl_dest, rl_src1, rl_src2); in GenArithOpLong()
1146 GenLongOp(kOpSub, rl_dest, rl_src1, rl_src2); in GenArithOpLong()
1150 GenLongOp(kOpMul, rl_dest, rl_src1, rl_src2); in GenArithOpLong()
1162 GenLongOp(kOpAnd, rl_dest, rl_src1, rl_src2); in GenArithOpLong()
1166 GenLongOp(kOpOr, rl_dest, rl_src1, rl_src2); in GenArithOpLong()
1170 GenLongOp(kOpXor, rl_dest, rl_src1, rl_src2); in GenArithOpLong()
Dcodegen_arm64.h367 void GenLongOp(OpKind op, RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);