Searched refs:DIP (Results 1 - 6 of 6) sorted by relevance

/external/llvm/tools/opt/
H A DGraphPrinters.cpp47 DIP("print-dom-info", "Dominator Info Printer", true, true);
/external/valgrind/main/VEX/priv/
H A Dguest_mips_toIR.c78 #define DIP(format, args...) \ macro
930 DIP("setFpu: %d\n", cc);
934 DIP("setFpu1: %d\n", cc);
981 DIP("C.cond.S %d f%d, f%d\n", fpc_cc, fs, ft);
1020 DIP("unorderd: %d\n", fpc_cc);
1079 DIP("C.%d.D %d f%d, f%d\n", cond, fpc_cc, fs, ft);
1117 DIP("unorderd: %d\n", fpc_cc);
1233 DIP("Info: jump to delay slot insn...\n");
1237 DIP("lastn = %p bstmt = %p\n", lastn, bstmt);
1239 DIP("dela
[all...]
H A Dguest_x86_toIR.c222 #define DIP(format, args...) \ macro
1877 DIP("%s%c %s,%s\n", t_x86opc, nameISize(size),
1906 DIP("%s%c %s,%s\n", t_x86opc, nameISize(size),
1990 DIP("%s%c %s,%s\n", t_x86opc, nameISize(size),
2042 DIP("%s%c %s,%s\n", t_x86opc, nameISize(size),
2076 DIP("mov%c %s,%s\n", nameISize(size),
2086 DIP("mov%c %s,%s\n", nameISize(size),
2120 DIP("mov%c %s,%s\n", nameISize(size),
2130 DIP("mov%c %s,%s\n", nameISize(size),
2180 DIP("
15207 #undef DIP macro
[all...]
H A Dguest_ppc_toIR.c198 #define DIP(format, args...) \ macro
3016 DIP("addic r%u,r%u,%d\n", rD_addr, rA_addr, (Int)simm16);
3025 DIP("addic. r%u,r%u,%d\n", rD_addr, rA_addr, (Int)simm16);
3039 DIP("li r%u,%d\n", rD_addr, (Int)simm16);
3042 DIP("addi r%u,r%u,%d\n", rD_addr, rA_addr, (Int)simm16);
3051 DIP("lis r%u,%d\n", rD_addr, (Int)simm16);
3054 DIP("addis r%u,r%u,0x%x\n", rD_addr, rA_addr, (Int)simm16);
3061 DIP("mulli r%u,r%u,%d\n", rD_addr, rA_addr, (Int)simm16);
3073 DIP("subfic r%u,r%u,%d\n", rD_addr, rA_addr, (Int)simm16);
3089 DIP("ad
17713 #undef DIP macro
[all...]
H A Dguest_amd64_toIR.c371 #define DIP(format, args...) \ macro
2847 DIP("%s%c %s,%s\n", t_amd64opc, nameISize(size),
2876 DIP("%s%c %s,%s\n", t_amd64opc, nameISize(size),
2961 DIP("%s%c %s,%s\n", t_amd64opc, nameISize(size),
3013 DIP("%s%c %s,%s\n", t_amd64opc, nameISize(size),
3048 DIP("mov%c %s,%s\n", nameISize(size),
3058 DIP("mov%c %s,%s\n", nameISize(size),
3094 DIP("mov%c %s,%s\n", nameISize(size),
3104 DIP("mov%c %s,%s\n", nameISize(size),
3156 DIP("
27062 #undef DIP macro
[all...]
H A Dguest_arm_toIR.c168 #define DIP(format, args...) \ macro
2880 DIP("vext.8 %c%d, %c%d, %c%d, #%d\n", reg_t, dreg, reg_t, nreg,
2955 DIP("vtb%c.8 d%u, {", op ? 'x' : 'l', dreg);
2957 DIP("d%u-d%u", nreg, nreg + len);
2959 DIP("d%u", nreg);
2961 DIP("}, d%u\n", mreg);
3015 DIP("vdup.%d %c%d, d%d[%d]\n", size, Q ? 'q' : 'd', dreg, mreg, index);
3122 DIP("vhadd.%c%d %c%d, %c%d, %c%d\n",
3183 DIP("vqadd.%c%d %c%d, %c%d, %c%d\n",
3294 DIP("vrhad
18948 #undef DIP macro
[all...]

Completed in 144 milliseconds