Lines Matching refs:store
298 bool store = false; // stores to memory (ie rm is on the left) in DumpInstruction() local
316 case rm8_r8: opcode1 = #opname; store = true; has_modrm = true; byte_operand = true; break; \ in DumpInstruction()
317 case rm32_r32: opcode1 = #opname; store = true; has_modrm = true; break; \ in DumpInstruction()
395 store = true; in DumpInstruction()
399 case 0x88: opcode1 = "mov"; store = true; has_modrm = true; byte_operand = true; break; in DumpInstruction()
400 case 0x89: opcode1 = "mov"; store = true; has_modrm = true; break; in DumpInstruction()
423 store = !load; in DumpInstruction()
435 store = !load; in DumpInstruction()
447 store = !load; in DumpInstruction()
459 store = !load; in DumpInstruction()
568 store = true; in DumpInstruction()
577 store = true; in DumpInstruction()
586 store = true; in DumpInstruction()
594 store = true; in DumpInstruction()
602 store = true; in DumpInstruction()
739 store = true; in DumpInstruction()
746 store = true; in DumpInstruction()
767 store = true; in DumpInstruction()
783 store = true; in DumpInstruction()
799 store = true; in DumpInstruction()
827 store = true; in DumpInstruction()
842 store = true; in DumpInstruction()
889 store = true; in DumpInstruction()
893 store = true; in DumpInstruction()
918 store = true; in DumpInstruction()
960 store = true; in DumpInstruction()
984 store = true; in DumpInstruction()
995 store = true; in DumpInstruction()
1102 store = true; in DumpInstruction()
1121 store = true; in DumpInstruction()
1169 store = true; in DumpInstruction()
1180 store = true; in DumpInstruction()
1191 store = true; in DumpInstruction()
1205 store = true; in DumpInstruction()
1233 store = true; in DumpInstruction()
1259 store = true; in DumpInstruction()
1326 DCHECK(store); in DumpInstruction()