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

/art/compiler/utils/x86_64/
H A Dassembler_x86_64.h671 void repe_cmpsq();
H A Dassembler_x86_64_test.cc1635 GetAssembler()->repe_cmpsq();
H A Dassembler_x86_64.cc2322 void X86_64Assembler::repe_cmpsq() { function in class:art::x86_64::X86_64Assembler
/art/compiler/optimizing/
H A Dintrinsics_x86_64.cc1394 // Request temporary registers, RCX and RDI needed for repe_cmpsq instruction.
1398 // Set output, RSI needed for repe_cmpsq instruction anyways.
1446 // Load starting addresses of string values into RSI/RDI as required for repe_cmpsq instruction.
1459 __ repe_cmpsq();

Completed in 146 milliseconds