HomeSort by relevance Sort by last modified time
    Searched refs:alu_unary_reg (Results 1 - 3 of 3) sorted by null

  /dalvik/vm/compiler/codegen/x86/
LowerAlu.cpp 36 alu_unary_reg(OpndSize_32, neg_opc, 1, false);
48 alu_unary_reg(OpndSize_32, not_opc, 1, false);
679 alu_unary_reg(OpndSize_32, idiv_opc, 2, false);
1046 alu_unary_reg(OpndSize_32, idiv_opc, 2, false);
    [all...]
Lower.h 688 void alu_unary_reg(OpndSize size, ALU_Opcode opc, int reg, bool isPhysical);
    [all...]
LowerHelper.cpp 1211 void alu_unary_reg(OpndSize size, ALU_Opcode opc, int reg, bool isPhysical) { function
    [all...]

Completed in 379 milliseconds