Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dintrinsics_x86.cc811 int32_t rhs_constant = rhs.GetConstant()->AsIntConstant()->GetValue(); in EmitCmplJLess() local
812 __ cmpl(lhs, Immediate(rhs_constant)); in EmitCmplJLess()
Dintrinsics_x86_64.cc680 int32_t rhs_constant = rhs.GetConstant()->AsIntConstant()->GetValue(); in EmitCmplJLess() local
681 __ cmpl(lhs, Immediate(rhs_constant)); in EmitCmplJLess()