Searched refs:insn_bytes_with_vm (Results 1 – 1 of 1) sorted by relevance
243 uint32_t insn_bytes_with_vm = insn_bytes; in TestVectorLoad() local246 insn_bytes_with_vm |= (1 << 25); in TestVectorLoad()248 state_.cpu.insn_addr = ToGuestAddr(&insn_bytes_with_vm); in TestVectorLoad()417 uint32_t insn_bytes_with_vm = insn_bytes | (1 << 25); in TestVectorStore() local418 state_.cpu.insn_addr = ToGuestAddr(&insn_bytes_with_vm); in TestVectorStore()456 state_.cpu.insn_addr = ToGuestAddr(&insn_bytes_with_vm); in TestVectorStore()508 uint32_t insn_bytes_with_vm = insn_bytes; in TestVectorStore() local511 insn_bytes_with_vm |= (1 << 25); in TestVectorStore()513 state_.cpu.insn_addr = ToGuestAddr(&insn_bytes_with_vm); in TestVectorStore()