/external/v8/src/mips/ |
macro-assembler-mips.cc | 564 addiu(rd, rs, -rt.imm32_); // No subiu instr, use addiu(x, y, -imm). 5410 Instr instr = Assembler::instr_at(masm_.pc_); local [all...] |
/external/valgrind/main/callgrind/ |
callgrind_annotate.in | 429 $has_addr = ($positions =~ /(addr|instr)/); [all...] |
bbcc.c | 598 UInt instr_count = last_bb->jmp[passed].instr+1;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
curses.h | 592 extern NCURSES_EXPORT(int) instr (char *); /* generated */ 1039 #define instr macro [all...] |
ncurses.h | 592 extern NCURSES_EXPORT(int) instr (char *); /* generated */ 1039 #define instr macro [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
curses.h | 592 extern NCURSES_EXPORT(int) instr (char *); /* generated */ 1039 #define instr macro [all...] |
ncurses.h | 592 extern NCURSES_EXPORT(int) instr (char *); /* generated */ 1039 #define instr macro [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
curses.h | 592 extern NCURSES_EXPORT(int) instr (char *); /* generated */ 1039 #define instr macro [all...] |
ncurses.h | 592 extern NCURSES_EXPORT(int) instr (char *); /* generated */ 1039 #define instr macro [all...] |
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessorST.java | 9 package com.vladium.emma.instr; 656 // construct instr path enumerator [throws on illegal input only]: 734 // TODO: create an empty file earlier to catch any errors sooner? [to avoid scenarios where a user waits throught the entire instr run to find out the file could not be written to] [all...] |
InstrVisitor.java | 9 package com.vladium.emma.instr; 719 final IntIntMap /* int(ip)->instr count */ instructionMap = new IntIntMap (); [all...] |
/external/kernel-headers/original/asm-x86/ |
paravirt.h | 1008 u8 *instr; /* original instructions */ member in struct:paravirt_patch_site
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
AArch64Disassembler.cpp | 52 DecodeStatus getInstruction(MCInst &instr,
|
/external/valgrind/main/VEX/priv/ |
host_arm_isel.c | 145 static void addInstr ( ISelEnv* env, ARMInstr* instr ) 147 addHInstr(env->code, instr); 149 ppARMInstr(instr); 153 if (instr->tag == ARMin_NUnary || instr->tag == ARMin_NBinary 154 || instr->tag == ARMin_NUnaryS || instr->tag == ARMin_NBinaryS 155 || instr->tag == ARMin_NDual || instr->tag == ARMin_NShift) { 156 ppARMInstr(instr); [all...] |
host_mips_isel.c | 156 static void addInstr(ISelEnv * env, MIPSInstr * instr) 158 addHInstr(env->code, instr); 160 ppMIPSInstr(instr, mode64); [all...] |
host_amd64_isel.c | 176 static void addInstr ( ISelEnv* env, AMD64Instr* instr ) 178 addHInstr(env->code, instr); 180 ppAMD64Instr(instr, True); [all...] |
host_x86_isel.c | 209 static void addInstr ( ISelEnv* env, X86Instr* instr ) 211 addHInstr(env->code, instr); 213 ppX86Instr(instr, False); [all...] |
host_ppc_isel.c | 327 static void addInstr ( ISelEnv* env, PPCInstr* instr ) 329 addHInstr(env->code, instr); 331 ppPPCInstr(instr, env->mode64); [all...] |
/build/core/ |
definitions.mk | [all...] |
/external/llvm/bindings/ocaml/llvm/ |
llvm_ocaml.c | [all...] |
/external/llvm/lib/Target/ARM/Disassembler/ |
ARMDisassembler.cpp | 101 DecodeStatus getInstruction(MCInst &instr, 122 DecodeStatus getInstruction(MCInst &instr, [all...] |
/dalvik/vm/mterp/out/ |
InterpAsm-armv5te-vfp.S | 363 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST [all...] |
InterpAsm-armv5te.S | 363 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST [all...] |
InterpAsm-armv7-a-neon.S | 377 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST [all...] |
InterpAsm-armv7-a.S | 377 FETCH_ADVANCE_INST(1) @ advance to next instr, load rINST [all...] |