Searched refs:MOV (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-opc-i.c120 #define MOV(a,b,c,d) \ macro
122 {"mov.sptk", MOV (7, 0, 0, 0)},
123 {"mov.sptk.imp", MOV (7, 0, 1, 0)},
124 {"mov", MOV (7, 0, 0, 1)},
125 {"mov.imp", MOV (7, 0, 1, 1)},
126 {"mov.dptk", MOV (7, 0, 0, 2)},
127 {"mov.dptk.imp", MOV (7, 0, 1, 2)},
128 {"mov.ret.sptk", MOV (7, 1, 0, 0)},
129 {"mov.ret.sptk.imp", MOV (7, 1, 1, 0)},
130 {"mov.ret", MOV (
134 #undef MOV macro
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dsmith.vim23 syn match smithKeyword "COR\|MOV\|MUL\|NOT\|STOP\|SUB\|NOP\|BLA\|REP"
H A Dnasm.vim295 syn match nasmStdInstruction "\<MOV\>"
296 syn match nasmInstructnError "\<MOV\s[^,;[]*\<CS\>\s*[^:]"he=e-1
332 syn match nasmSysInstruction "\<MOV\s[^;]\{-}\<CR\o\>"me=s+3
337 syn match nasmSysInstruction "\<MOV\s[^;]\{-}\<TR\o\>"me=s+3
341 syn match nasmDbgInstruction "\<MOV\s[^;]\{-}\<DR\o\>"me=s+3
H A Dtasm.vim59 syn keyword tasmInstruction LMSW LOCK LODSB LSL LSS LTR MOV MOVSX MOVZX MUL
H A Dmasm.vim197 syn keyword masmOpcode LOOPNZW LOOPW LOOPZ LOOPZW MOV MOVS MOVSB
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DEDEmitter.cpp408 #define MOV(source, target) { \ macro
451 if (name.find("MOV") != name.npos) {
468 MOV("src2", "dst");
470 MOV("label", "reg")
472 MOV("src", "dst");
550 #undef MOV macro
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DARMAssembler.h142 MOV = (0xd << 21), enumerator in enum:JSC::ARMAssembler::__anon2640
383 emitInstruction(toARMWord(cc) | MOV, rd, ARMRegisters::r0, op2);
402 emitInstruction(toARMWord(cc) | MOV | SetConditionalCodes, rd, ARMRegisters::r0, op2);

Completed in 204 milliseconds