Lines Matching refs:store

203   bool store = false;  // stores to memory (ie rm is on the left)  in DumpInstruction()  local
219 case rm8_r8: opcode << #opname; store = true; has_modrm = true; byte_operand = true; break; \ in DumpInstruction()
220 case rm32_r32: opcode << #opname; store = true; has_modrm = true; break; \ in DumpInstruction()
296 store = true; in DumpInstruction()
300 case 0x88: opcode << "mov"; store = true; has_modrm = true; byte_operand = true; break; in DumpInstruction()
301 case 0x89: opcode << "mov"; store = true; has_modrm = true; break; in DumpInstruction()
324 store = !load; in DumpInstruction()
336 store = !load; in DumpInstruction()
348 store = !load; in DumpInstruction()
360 store = !load; in DumpInstruction()
467 store = true; in DumpInstruction()
475 store = true; in DumpInstruction()
604 store = true; in DumpInstruction()
611 store = true; in DumpInstruction()
629 store = true; in DumpInstruction()
643 store = true; in DumpInstruction()
657 store = true; in DumpInstruction()
684 store = true; in DumpInstruction()
697 store = true; in DumpInstruction()
730 store = true; in DumpInstruction()
734 store = true; in DumpInstruction()
750 case 0xB1: opcode << "cmpxchg"; has_modrm = true; store = true; break; in DumpInstruction()
760 store = true; in DumpInstruction()
775 store = true; in DumpInstruction()
784 store = true; in DumpInstruction()
919 store = true; in DumpInstruction()
938 store = true; in DumpInstruction()
979 store = true; in DumpInstruction()
988 store = true; in DumpInstruction()
997 store = true; in DumpInstruction()
1011 store = true; in DumpInstruction()
1034 store = true; in DumpInstruction()
1055 store = true; in DumpInstruction()
1182 DCHECK(store); in DumpInstruction()