Searched refs:force (Results 1 - 4 of 4) sorted by relevance

/art/compiler/utils/x86_64/
H A Dassembler_x86_64.cc2512 void X86_64Assembler::rex(bool force, bool w, Register* r, Register* x, Register* b) {
2518 uint8_t rex = force ? 0x40 : 0;
2539 void X86_64Assembler::rex_reg_mem(bool force, bool w, Register* dst, const Address& mem) {
2546 if (force) {
2561 void rex_mem_reg(bool force, bool w, Address* mem, Register* src);
3505 void X86_64Assembler::EmitOptionalRex(bool force, bool w, bool r, bool x, bool b) { argument
3511 uint8_t rex = force ? 0x40 : 0;
3620 bool force = src.AsRegister() > 3; local
3621 EmitOptionalRex(force, false, dst.NeedsRex(), false, src.NeedsRex());
3627 bool force local
[all...]
H A Dassembler_x86_64.h919 void EmitOptionalRex(bool force, bool w, bool r, bool x, bool b);
/art/runtime/arch/mips/
H A Dquick_entrypoints_mips.S933 .set reorder # force use of the branch delay slot
1766 # If the class is not yet initialized, the object size will be very large to force the branch
1849 # If the class is not yet initialized, the object size will be very large to force the branch
/art/runtime/arch/mips64/
H A Dquick_entrypoints_mips64.S1691 # If the class is not yet initialized, the object size will be very large to force the branch
1770 # If the class is not yet initialized, the object size will be very large to force the branch

Completed in 1495 milliseconds