Home | History | Annotate | Download | only in vm

Lines Matching full:x86

285 ifeq ($(dvm_arch),x86)
298 compiler/codegen/x86/LowerAlu.cpp \
299 compiler/codegen/x86/LowerConst.cpp \
300 compiler/codegen/x86/LowerMove.cpp \
301 compiler/codegen/x86/Lower.cpp \
302 compiler/codegen/x86/LowerHelper.cpp \
303 compiler/codegen/x86/LowerJump.cpp \
304 compiler/codegen/x86/LowerObject.cpp \
305 compiler/codegen/x86/AnalysisO1.cpp \
306 compiler/codegen/x86/BytecodeVisitor.cpp \
307 compiler/codegen/x86/NcgAot.cpp \
308 compiler/codegen/x86/CodegenInterface.cpp \
309 compiler/codegen/x86/LowerInvoke.cpp \
310 compiler/codegen/x86/LowerReturn.cpp \
311 compiler/codegen/x86/NcgHelper.cpp \
312 compiler/codegen/x86/LowerGetPut.cpp
314 # need apache harmony x86 encoder/decoder
316 dalvik/vm/compiler/codegen/x86/libenc
318 compiler/codegen/x86/libenc/enc_base.cpp \
319 compiler/codegen/x86/libenc/dec_base.cpp \
320 compiler/codegen/x86/libenc/enc_wrapper.cpp \
321 compiler/codegen/x86/libenc/enc_tabl.cpp
331 ifeq ($(dvm_os)-$(dvm_arch),darwin-x86)