Lines Matching refs:addr
550 const Address& addr = static_cast<const Address&>(ad); in EmitMemOp() local
576 addr.encodingArm(); in EmitMemOp()
588 const Address& addr = static_cast<const Address&>(ad); in EmitMemOpAddressMode3() local
593 addr.encoding3(); in EmitMemOpAddressMode3()
877 const Address& addr = static_cast<const Address&>(ad); in vldrs() local
884 B11 | B9 | addr.vencoding(); in vldrs()
890 const Address& addr = static_cast<const Address&>(ad); in vstrs() local
891 CHECK_NE(static_cast<Register>(addr.encodingArm() & (0xf << kRnShift)), PC); in vstrs()
898 B11 | B9 | addr.vencoding(); in vstrs()
904 const Address& addr = static_cast<const Address&>(ad); in vldrd() local
911 B11 | B9 | B8 | addr.vencoding(); in vldrd()
917 const Address& addr = static_cast<const Address&>(ad); in vstrd() local
918 CHECK_NE(static_cast<Register>(addr.encodingArm() & (0xf << kRnShift)), PC); in vstrd()
925 B11 | B9 | B8 | addr.vencoding(); in vstrd()