Home
last modified time | relevance | path

Searched defs:modrm (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Delf_assembler.h531 uint8 modrm = GetRegCodeId(reg2); in GetModRM() local
539 uint8 modrm = !HasSIB(mem) ? GetRegCodeId(mem.base) : 0b100; /* r/m=b100, use SIB */ in GetModRM() local
543 void SetModRM(uint8 mod, uint8 modReg, uint8 modrm) in SetModRM()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Delf_assembler.cpp333 uint8 modrm = GetRegCodeId(reg); in OpReg() local
355 uint8 modrm = 0; in OpMem() local
410 uint8 modrm = extInsn ? GetModRM(reg2, reg1) : GetModRM(reg1, reg2); in OpRR() local
432 uint8 modrm = GetModRM(reg, mem); in OpRM() local
568 uint8 modrm = GetModRM(dstReg, srcReg); in OpCmovcc() local