Home | History | Annotate | Download | only in vm

Lines Matching full:x86

289 ifeq ($(dvm_arch),x86)
302 compiler/codegen/x86/LowerAlu.cpp \
303 compiler/codegen/x86/LowerConst.cpp \
304 compiler/codegen/x86/LowerMove.cpp \
305 compiler/codegen/x86/Lower.cpp \
306 compiler/codegen/x86/LowerHelper.cpp \
307 compiler/codegen/x86/LowerJump.cpp \
308 compiler/codegen/x86/LowerObject.cpp \
309 compiler/codegen/x86/AnalysisO1.cpp \
310 compiler/codegen/x86/BytecodeVisitor.cpp \
311 compiler/codegen/x86/NcgAot.cpp \
312 compiler/codegen/x86/CodegenInterface.cpp \
313 compiler/codegen/x86/LowerInvoke.cpp \
314 compiler/codegen/x86/LowerReturn.cpp \
315 compiler/codegen/x86/NcgHelper.cpp \
316 compiler/codegen/x86/LowerGetPut.cpp
318 # need apache harmony x86 encoder/decoder
320 dalvik/vm/compiler/codegen/x86/libenc
322 compiler/codegen/x86/libenc/enc_base.cpp \
323 compiler/codegen/x86/libenc/dec_base.cpp \
324 compiler/codegen/x86/libenc/enc_wrapper.cpp \
325 compiler/codegen/x86/libenc/enc_tabl.cpp
335 ifeq ($(dvm_os)-$(dvm_arch),darwin-x86)