Searched refs:insn_bytes_with_vm (Results 1 – 1 of 1) sorted by relevance
244 uint32_t insn_bytes_with_vm = insn_bytes; in TestVectorLoad() local247 insn_bytes_with_vm |= (1 << 25); in TestVectorLoad()249 state_.cpu.insn_addr = ToGuestAddr(&insn_bytes_with_vm); in TestVectorLoad()418 uint32_t insn_bytes_with_vm = insn_bytes | (1 << 25); in TestVectorStore() local419 state_.cpu.insn_addr = ToGuestAddr(&insn_bytes_with_vm); in TestVectorStore()457 state_.cpu.insn_addr = ToGuestAddr(&insn_bytes_with_vm); in TestVectorStore()509 uint32_t insn_bytes_with_vm = insn_bytes; in TestVectorStore() local512 insn_bytes_with_vm |= (1 << 25); in TestVectorStore()514 state_.cpu.insn_addr = ToGuestAddr(&insn_bytes_with_vm); in TestVectorStore()