OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RepeatRI
(Results
1 - 2
of
2
) sorted by null
/art/compiler/utils/x86_64/
assembler_x86_64_test.cc
291
DriverStr(
RepeatRI
(&x86_64::X86_64Assembler::movq, 8U, "movq ${imm}, %{reg}"), "movqi");
299
DriverStr(
Repeatri
(&x86_64::X86_64Assembler::movl, 4U, "mov ${imm}, %{reg}"), "movli");
307
DriverStr(
RepeatRI
(&x86_64::X86_64Assembler::addq, 4U, "addq ${imm}, %{reg}"), "addqi");
315
DriverStr(
Repeatri
(&x86_64::X86_64Assembler::addl, 4U, "add ${imm}, %{reg}"), "addli");
327
DriverStr(
RepeatRI
(&x86_64::X86_64Assembler::imulq, 4U, "imulq ${imm}, %{reg}, %{reg}"),
336
DriverStr(
Repeatri
(&x86_64::X86_64Assembler::imull, 4U, "imull ${imm}, %{reg}, %{reg}"),
349
DriverStr(
RepeatRI
(&x86_64::X86_64Assembler::subq, 4U, "subq ${imm}, %{reg}"), "subqi");
357
DriverStr(
Repeatri
(&x86_64::X86_64Assembler::subl, 4U, "sub ${imm}, %{reg}"), "subli");
380
DriverStr(
Repeatri
(&x86_64::X86_64Assembler::shll, 1U, "shll ${imm}, %{reg}"), "shlli");
403
DriverStr(
RepeatRI
(&x86_64::X86_64Assembler::shlq, 1U, "shlq ${imm}, %{reg}"), "shlqi")
[
all
...]
/art/compiler/utils/
assembler_test.h
113
std::string
RepeatRI
(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, std::string fmt) {
117
std::string
Repeatri
(void (Ass::*f)(Reg, const Imm&), size_t imm_bytes, std::string fmt) {
Completed in 494 milliseconds