HomeSort by relevance Sort by last modified time
    Searched refs:kCcKeep (Results 1 - 6 of 6) sorted by null

  /art/compiler/utils/
assembler_thumb_test.cc 239 __ mvn(R0, ShifterOperand(R1), AL, kCcKeep);
240 __ add(R0, R1, ShifterOperand(R2), AL, kCcKeep);
241 __ sub(R0, R1, ShifterOperand(R2), AL, kCcKeep);
242 __ and_(R0, R1, ShifterOperand(R2), AL, kCcKeep);
243 __ orr(R0, R1, ShifterOperand(R2), AL, kCcKeep);
244 __ orn(R0, R1, ShifterOperand(R2), AL, kCcKeep);
245 __ eor(R0, R1, ShifterOperand(R2), AL, kCcKeep);
246 __ bic(R0, R1, ShifterOperand(R2), AL, kCcKeep);
247 __ adc(R0, R1, ShifterOperand(R2), AL, kCcKeep);
248 __ sbc(R0, R1, ShifterOperand(R2), AL, kCcKeep);
    [all...]
  /art/compiler/utils/arm/
assembler_thumb2.cc     [all...]
assembler_arm32.cc     [all...]
assembler_arm32_test.cc 131 set_ccs_.push_back(arm::kCcKeep);
assembler_arm.h 424 kCcKeep,
    [all...]
  /art/compiler/optimizing/
code_generator_arm.cc     [all...]

Completed in 173 milliseconds