Home
last modified time | relevance | path

Searched refs:AppendOpcodeWithConst (Results 1 – 2 of 2) sorted by relevance

/art/compiler/dex/quick/x86/
Dtarget_x86.cc1549 AppendOpcodeWithConst(kX86MovdqaRM, reg, mir); in GenConst128()
1552 void X86Mir2Lir::AppendOpcodeWithConst(X86OpCode opcode, int reg, MIR* mir) { in AppendOpcodeWithConst() function in art::X86Mir2Lir
1981 AppendOpcodeWithConst(opcode, rs_src1.GetReg(), const_mirp); in MaskVectorRegister()
Dcodegen_x86.h507 void AppendOpcodeWithConst(X86OpCode opcode, int reg, MIR* mir);