Home
last modified time | relevance | path

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

/art/compiler/dex/quick/x86/
Dtarget_x86.cc1800 AppendOpcodeWithConst(kX86MovupsRM, reg, mir); in GenConst128()
1803 void X86Mir2Lir::AppendOpcodeWithConst(X86OpCode opcode, int reg, MIR* mir) { in AppendOpcodeWithConst() function in art::X86Mir2Lir
2139 AppendOpcodeWithConst(opcode, rs_src1.GetReg(), const_mirp); in MaskVectorRegister()
Dcodegen_x86.h486 void AppendOpcodeWithConst(X86OpCode opcode, int reg, MIR* mir);