HomeSort by relevance Sort by last modified time
    Searched full:extract (Results 1 - 25 of 8518) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/tools/llvm-extract/
CMakeLists.txt 9 add_llvm_tool(llvm-extract
10 llvm-extract.cpp
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample1a-expected-assistant1.txt 2 Extract Android String : Initiates the "Extract Android String" refactoring
3 Extract Style : Initiates the "Extract Style" refactoring
sample1a-expected-assistant4.txt 3 Extract Style : Initiates the "Extract Style" refactoring
sample1a-expected-assistant2.txt 6 Extract as Include : Initiates the "Extract as Include" refactoring
7 Extract Style : Initiates the "Extract Style" refactoring
sample1a-expected-assistant3.txt 6 Extract as Include : Initiates the "Extract as Include" refactoring
7 Extract Style : Initiates the "Extract Style" refactoring
  /art/runtime/interpreter/mterp/arm/
op_add_int_lit8.S 1 %include "arm/binopLit8.S" {"extract":"", "instr":"add r0, r0, r3, asr #8"}
op_and_int_lit8.S 1 %include "arm/binopLit8.S" {"extract":"", "instr":"and r0, r0, r3, asr #8"}
op_or_int_lit8.S 1 %include "arm/binopLit8.S" {"extract":"", "instr":"orr r0, r0, r3, asr #8"}
op_rsub_int_lit8.S 1 %include "arm/binopLit8.S" {"extract":"", "instr":"rsb r0, r0, r3, asr #8"}
op_xor_int_lit8.S 1 %include "arm/binopLit8.S" {"extract":"", "instr":"eor r0, r0, r3, asr #8"}
op_shl_int_lit8.S 1 %include "arm/binopLit8.S" {"extract":"ubfx r1, r3, #8, #5", "instr":"mov r0, r0, asl r1"}
op_shr_int_lit8.S 1 %include "arm/binopLit8.S" {"extract":"ubfx r1, r3, #8, #5", "instr":"mov r0, r0, asr r1"}
op_ushr_int_lit8.S 1 %include "arm/binopLit8.S" {"extract":"ubfx r1, r3, #8, #5", "instr":"mov r0, r0, lsr r1"}
  /art/runtime/interpreter/mterp/arm64/
op_add_int_lit8.S 1 %include "arm64/binopLit8.S" {"extract":"", "instr":"add w0, w0, w3, asr #8"}
op_and_int_lit8.S 1 %include "arm64/binopLit8.S" {"extract":"", "instr":"and w0, w0, w3, asr #8"}
op_or_int_lit8.S 1 %include "arm64/binopLit8.S" {"extract":"", "instr":"orr w0, w0, w3, asr #8"}
op_xor_int_lit8.S 1 %include "arm64/binopLit8.S" {"extract":"", "instr":"eor w0, w0, w3, asr #8"}
op_shl_int_lit8.S 1 %include "arm64/binopLit8.S" {"extract":"ubfx w1, w3, #8, #5", "instr":"lsl w0, w0, w1"}
op_shr_int_lit8.S 1 %include "arm64/binopLit8.S" {"extract":"ubfx w1, w3, #8, #5", "instr":"asr w0, w0, w1"}
op_ushr_int_lit8.S 1 %include "arm64/binopLit8.S" {"extract":"ubfx w1, w3, #8, #5", "instr":"lsr w0, w0, w1"}
  /art/runtime/interpreter/mterp/mips/
op_nop.S 2 GET_INST_OPCODE(t0) # extract opcode from rINST
  /art/runtime/interpreter/mterp/mips64/
op_nop.S 2 GET_INST_OPCODE v0 # extract opcode from rINST
  /external/libunwind/src/mi/
Ldyn-extract.c 4 #include "Gdyn-extract.c"
  /external/robolectric-shadows/processor/src/test/resources/mock-source/org/robolectric/shadow/api/
Shadow.java 5 public static <T> T extract(Object source) { method in class:Shadow
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/nios2/
bmx.s 4 extract r31,r0,31,0
5 extract r0,r31,24,7
6 extract r4,r10,31,0
7 extract r23,r11,20,15

Completed in 967 milliseconds

1 2 3 4 5 6 7 8 91011>>