OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:imul_opc
(Results
1 - 2
of
2
) sorted by null
/dalvik/vm/compiler/codegen/x86/libenc/
enc_wrapper.h
84
mul_opc,
imul_opc
, div_opc, idiv_opc,
enumerator in enum:ALU_Opcode
/dalvik/vm/compiler/codegen/x86/
LowerAlu.cpp
485
int retval = common_alu_int(
imul_opc
, vA, v1, v2);
593
int retval = common_alu_int(
imul_opc
, vA, v1, v2);
817
int retval = common_alu_int_lit(
imul_opc
, vA, vB, tmp);
916
int retval = common_alu_int_lit(
imul_opc
, vA, vB, tmp);
[
all
...]
Completed in 188 milliseconds