/dalvik/vm/mterp/armv5te/ |
unopWider.S | 3 * Generic 32bit-to-64bit unary operation. Provide an "instr" line 17 $instr @ r0<- op, r0-r3 changed
|
binopWide.S | 3 * Generic 64-bit binary operation. Provide an "instr" line that 34 $instr @ result<- op, r0-r3 changed
|
binopWide2addr.S | 3 * Generic 64-bit "/2addr" binary operation. Provide an "instr" line 31 $instr @ result<- op, r0-r3 changed
|
/dalvik/vm/mterp/armv6t2/ |
binop2addr.S | 3 * Generic 32-bit "/2addr" binary operation. Provide an "instr" line 28 $instr @ $result<- op, r0-r3 changed
|
unopWide.S | 3 * Generic 64-bit unary operation. Provide an "instr" line that 17 $instr @ r0/r1<- op, r2-r3 changed
|
binopWide2addr.S | 3 * Generic 64-bit "/2addr" binary operation. Provide an "instr" line 30 $instr @ result<- op, r0-r3 changed
|
/dalvik/vm/mterp/mips/ |
binopLit8.S | 3 * Generic 32-bit "lit8" binary operation. Provide an "instr" line 28 $instr # $result <- op, a0-a3 changed
|
unflopWide.S | 3 * Generic 64-bit unary operation. Provide an "instr" line that 21 $instr # a0/a1 <- op, a2-a3 changed
|
unflopWider.S | 3 * Generic 32bit-to-64bit unary operation. Provide an "instr" line 21 $instr # result <- op, a0-a3 changed
|
unopNarrower.S | 3 * Generic 64bit-to-32bit unary operation. Provide an "instr" line 25 $instr # a0 <- op, a0-a3 changed
|
binflop.S | 35 $instr # v0 = result
|
binflop2addr.S | 3 * Generic 32-bit "/2addr" binary operation. Provide an "instr" and 36 $instr # result <- op, a0-a3 changed
|
binflopWide2addr.S | 3 * Generic 64-bit "/2addr" binary operation. Provide an "instr" line 37 $instr # result <- op, a0-a3 changed
|
binopWide.S | 3 * Generic 64-bit binary operation. Provide an "instr" line that 33 $instr # result <- op, a0-a3 changed
|
binopWide2addr.S | 3 * Generic 64-bit "/2addr" binary operation. Provide an "instr" line 29 $instr # result <- op, a0-a3 changed
|
/external/v8/src/arm/ |
assembler-arm-inl.h | 204 Instr current_instr = Assembler::instr_at(pc_); 205 Instr next_instr = Assembler::instr_at(pc_ + Assembler::kInstrSize); 223 Instr current_instr = Assembler::instr_at(pc_); 325 void Assembler::emit(Instr x) { 327 *reinterpret_cast<Instr*>(pc_) = x; 334 Instr instr = Memory::int32_at(target_pc); local 339 if ((instr & kBxInstMask) == kBxInstPattern) { 341 instr = Memory::int32_at(target_pc); 347 if ((instr & kBlxRegMask) == kBlxRegPattern) [all...] |
constants-arm.h | 116 // General constants are in an anonymous enum in class Instr. 181 // Instr is merely used by the Assembler to distinguish 32bit integers 185 typedef int32_t Instr; 446 extern const Instr kPopInstruction; 450 extern const Instr kPushRegPattern; 454 extern const Instr kPopRegPattern; 457 extern const Instr kMovLrPc; 459 extern const Instr kLdrPCMask; 460 extern const Instr kLdrPCPattern; 462 extern const Instr kBlxRegMask [all...] |
/external/kernel-headers/original/linux/mtd/ |
mtd.h | 151 int (*erase) (struct mtd_info *mtd, struct erase_info *instr); 240 void mtd_erase_callback(struct erase_info *instr); 242 static inline void mtd_erase_callback(struct erase_info *instr) 244 if (instr->callback) 245 instr->callback(instr);
|
/external/yaffs2/yaffs2/mtdemul/ |
nandemul2k.c | 300 static int nand_erase (struct mtd_info *mtd, struct erase_info *instr); 532 static int nand_erase (struct mtd_info *mtd, struct erase_info *instr) 538 (unsigned int) instr->addr, (unsigned int) instr->len)); 541 if (instr->addr & (mtd->erasesize - 1)) { 548 if (instr->len & (mtd->erasesize - 1)) { 555 if ((instr->len + instr->addr) > mtd->size) { 561 nBlocks = instr->len >> (NAND_SHIFT + BLK_SHIFT); 562 block = instr->addr >> (NAND_SHIFT + BLK_SHIFT) [all...] |
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf.c | [all...] |
/bionic/libc/bionic/ |
fts.c | 257 int instr; local 269 instr = p->fts_instr; 273 if (instr == FTS_AGAIN) { 284 if (instr == FTS_FOLLOW && 300 if (instr == FTS_SKIP || 449 fts_set(FTS *sp, FTSENT *p, int instr) 451 if (instr && instr != FTS_AGAIN && instr != FTS_FOLLOW && 452 instr != FTS_NOINSTR && instr != FTS_SKIP) [all...] |
/external/elfutils/libcpu/ |
i386_parse.c | 293 struct instruction *instr, int n); 670 "masks", "mask", "instrs", "instr", "bitfieldopt", "bytes", "byte", 2792 struct instruction *instr; local [all...] |
/external/emma/core/java12/com/vladium/emma/report/ |
ClassItem.java | 155 final int instr = mbsizes [block]; local 157 data [1] += instr; 161 data [3] += instr;
|
/external/valgrind/main/VEX/priv/ |
host_generic_regs.c | 203 void addHInstr ( HInstrArray* ha, HInstr* instr ) 207 ha->arr[ha->arr_used] = instr; 216 addHInstr(ha, instr);
|
/dalvik/vm/compiler/template/mips/ |
fbinopWide.S | 3 * Generic 64-bit binary operation. Provide an "instr" line that 31 $instr # result<- op, a0-a3 changed
|