Searched refs:hw_format (Results 1 – 1 of 1) sorted by relevance
/art/compiler/dex/quick/x86/ |
D | assemble_x86.cc | 308 b_format, hw_format, w_format) \ argument 312 …ccodes, { 0x66, 0, 0xF7, 0, 0, modrm, 0, imm << 1, false }, #opname "16" #reg, hw_format "!0r" }, \ 313 …, { 0x66, 0, 0xF7, 0, 0, modrm, 0, imm << 1, false }, #opname "16" #mem, hw_format "[!0r+!1d]" }, \ 314 … { 0x66, 0, 0xF7, 0, 0, modrm, 0, imm << 1, false }, #opname "16" #arr, hw_format "[!0r+!1r<<!2d+!…
|