Searched refs:GenLongOp (Results 1 – 4 of 4) sorted by relevance
/art/compiler/dex/quick/mips/ |
D | int_mips.cc | 541 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
|
D | codegen_mips.h | 276 void GenLongOp(OpKind op, RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);
|
/art/compiler/dex/quick/arm64/ |
D | int_arm64.cc | 1105 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()
|
D | codegen_arm64.h | 367 void GenLongOp(OpKind op, RegLocation rl_dest, RegLocation rl_src1, RegLocation rl_src2);
|