HomeSort by relevance Sort by last modified time
    Searched refs:instr (Results 126 - 150 of 377) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
alternative_32.h 26 u8 *instr; member in struct:alt_instr
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/mtd/
nftl.h 43 struct erase_info instr; member in struct:NFTLrecord
  /dalvik/vm/compiler/template/mips/
fbinop.S 23 $instr # v0 = result
  /dalvik/vm/mterp/arm-vfp/
fbinop.S 2 * Generic 32-bit floating-point operation. Provide an "instr" line that
19 $instr @ s2<- op
fbinopWide.S 3 * Provide an "instr" line that specifies an instruction that performs
19 $instr @ s2<- op
  /dalvik/vm/mterp/armv5te/
binop.S 3 * Generic 32-bit binary operation. Provide an "instr" line that
31 $instr @ $result<- op, r0-r3 changed
binop2addr.S 3 * Generic 32-bit "/2addr" binary operation. Provide an "instr" line
29 $instr @ $result<- op, r0-r3 changed
binopLit8.S 3 * Generic 32-bit "lit8" binary operation. Provide an "instr" line
28 $instr @ $result<- op, r0-r3 changed
unopNarrower.S 3 * Generic 64bit-to-32bit unary operation. Provide an "instr" line
20 $instr @ r0<- op, r0-r3 changed
unopWide.S 3 * Generic 64-bit unary operation. Provide an "instr" line that
18 $instr @ r0/r1<- op, r2-r3 changed
unopWider.S 3 * Generic 32bit-to-64bit unary operation. Provide an "instr" line
17 $instr @ r0<- 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
  /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
  /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...]

Completed in 999 milliseconds

1 2 3 4 56 7 8 91011>>