Searched defs:ALU_Opcode (Results 1 - 2 of 2) sorted by relevance

/dalvik/vm/compiler/codegen/x86/libenc/
H A Denc_wrapper.h81 typedef enum ALU_Opcode { enum
90 } ALU_Opcode; typedef in typeref:enum:ALU_Opcode
H A Dencoder.h118 typedef enum ALU_Opcode { enum
122 } ALU_Opcode; typedef in typeref:enum:ALU_Opcode
485 ENCODER_DECLARE_EXPORT char * alu(char * stream, ALU_Opcode opc, const RM_Opnd & rm, const Imm_Opnd & imm, Opnd_Size sz = size_platf);
486 ENCODER_DECLARE_EXPORT char * alu(char * stream, ALU_Opcode opc, const M_Opnd & m, const R_Opnd & r, Opnd_Size sz = size_platf);
487 ENCODER_DECLARE_EXPORT char * alu(char * stream, ALU_Opcode opc, const R_Opnd & r, const RM_Opnd & rm, Opnd_Size sz = size_platf);

Completed in 63 milliseconds