Lines Matching refs:store
330 bool store = false; // stores to memory (ie rm is on the left) in DumpInstruction() local
348 case rm8_r8: opcode1 = #opname; store = true; has_modrm = true; byte_operand = true; break; \ in DumpInstruction()
349 case rm32_r32: opcode1 = #opname; store = true; has_modrm = true; break; \ in DumpInstruction()
427 store = true; in DumpInstruction()
431 case 0x88: opcode1 = "mov"; store = true; has_modrm = true; byte_operand = true; break; in DumpInstruction()
432 case 0x89: opcode1 = "mov"; store = true; has_modrm = true; break; in DumpInstruction()
456 store = !load; in DumpInstruction()
468 store = !load; in DumpInstruction()
480 store = !load; in DumpInstruction()
492 store = !load; in DumpInstruction()
689 store = true; in DumpInstruction()
697 store = true; in DumpInstruction()
705 store = true; in DumpInstruction()
865 store = true; in DumpInstruction()
872 store = true; in DumpInstruction()
893 store = true; in DumpInstruction()
909 store = true; in DumpInstruction()
925 store = true; in DumpInstruction()
971 store = true; in DumpInstruction()
986 store = true; in DumpInstruction()
1002 store = true; in DumpInstruction()
1049 store = true; in DumpInstruction()
1053 store = true; in DumpInstruction()
1078 store = true; in DumpInstruction()
1120 store = true; in DumpInstruction()
1144 store = true; in DumpInstruction()
1155 store = true; in DumpInstruction()
1302 store = true; in DumpInstruction()
1321 store = true; in DumpInstruction()
1369 store = true; in DumpInstruction()
1380 store = true; in DumpInstruction()
1391 store = true; in DumpInstruction()
1405 store = true; in DumpInstruction()
1433 store = true; in DumpInstruction()
1459 store = true; in DumpInstruction()
1526 DCHECK(store); in DumpInstruction()