Home
last modified time | relevance | path

Searched refs:rhs_reg (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc1061 GpuRegister rhs_reg = ZERO; in HandleBinaryOp() local
1067 rhs_reg = rhs_location.AsRegister<GpuRegister>(); in HandleBinaryOp()
1074 __ And(dst, lhs, rhs_reg); in HandleBinaryOp()
1079 __ Or(dst, lhs, rhs_reg); in HandleBinaryOp()
1084 __ Xor(dst, lhs, rhs_reg); in HandleBinaryOp()
1090 __ Addu(dst, lhs, rhs_reg); in HandleBinaryOp()
1095 __ Daddu(dst, lhs, rhs_reg); in HandleBinaryOp()
1103 __ Subu(dst, lhs, rhs_reg); in HandleBinaryOp()
1108 __ Dsubu(dst, lhs, rhs_reg); in HandleBinaryOp()
1168 GpuRegister rhs_reg = ZERO; in HandleShift() local
[all …]
Dcode_generator_arm64.cc1284 Register rhs_reg = dst.IsX() ? rhs.reg().X() : rhs.reg().W(); in HandleShift() local
1287 __ Lsl(dst, lhs, rhs_reg); in HandleShift()
1289 __ Asr(dst, lhs, rhs_reg); in HandleShift()
1291 __ Lsr(dst, lhs, rhs_reg); in HandleShift()