Searched defs:R0 (Results 1 - 2 of 2) sorted by relevance

/art/compiler/utils/
H A Dassembler_thumb_test.cc214 __ movs(R0, ShifterOperand(R1));
215 __ mov(R0, ShifterOperand(R1));
218 __ mov(R0, ShifterOperand(1));
227 __ mov(R0, ShifterOperand(R1));
234 __ mov(R0, ShifterOperand(R1));
235 __ adds(R0, R1, ShifterOperand(R2));
236 __ add(R0, R1, ShifterOperand(0));
243 __ mvn(R0, ShifterOperand(R1), AL, kCcKeep);
244 __ add(R0, R1, ShifterOperand(R2), AL, kCcKeep);
245 __ sub(R0, R
1733 #define R0 macro
[all...]
/art/runtime/arch/arm/
H A Dregisters_arm.h27 R0 = 0, enumerator in enum:art::arm::Register

Completed in 991 milliseconds