HomeSort by relevance Sort by last modified time
    Searched defs:dreg (Results 1 - 5 of 5) sorted by null

  /external/v8/test/cctest/
test-utils-arm64.h 89 inline double dreg(unsigned code) const { function in class:RegisterDump
  /art/compiler/utils/arm64/
managed_register_arm64_test.cc 220 Arm64ManagedRegister dreg = Arm64ManagedRegister::FromDRegister(D0); local
226 EXPECT_TRUE(reg.Overlaps(dreg));
232 dreg = Arm64ManagedRegister::FromDRegister(D5);
238 EXPECT_TRUE(reg.Overlaps(dreg));
244 dreg = Arm64ManagedRegister::FromDRegister(D7);
250 EXPECT_TRUE(reg.Overlaps(dreg));
256 dreg = Arm64ManagedRegister::FromDRegister(D31);
262 EXPECT_TRUE(reg.Overlaps(dreg));
    [all...]
  /external/vixl/test/
test-utils-a64.h 110 inline double dreg(unsigned code) const { function in class:vixl::RegisterDump
  /external/valgrind/VEX/priv/
host_arm_isel.c 3749 HReg dreg = iselNeon64Expr(env, triop->arg1); local
    [all...]
guest_arm_toIR.c 693 /* Plain ("low level") read from a VFP Dreg. */
700 /* Architected read from a VFP Dreg. */
705 /* Plain ("low level") write to a VFP Dreg. */
713 /* Architected write to a VFP Dreg. Handles conditional writes to the
736 /* Plain ("low level") read from a Neon Integer Dreg. */
743 /* Architected read from a Neon Integer Dreg. */
748 /* Plain ("low level") write to a Neon Integer Dreg. */
756 /* Architected write to a Neon Integer Dreg. Handles conditional
2859 UInt dreg = get_neon_d_regno(theInstr); local
2908 UInt dreg = get_neon_d_regno(theInstr & ~(1 << 6)); local
2988 UInt dreg = ((theInstr >> 18) & 0x10) | ((theInstr >> 12) & 0xF); local
3042 UInt dreg = get_neon_d_regno(theInstr); local
4834 UInt dreg = get_neon_d_regno(theInstr); local
5247 UInt dreg = get_neon_d_regno(theInstr & ~(1 << 6)); local
5913 UInt dreg = get_neon_d_regno(theInstr); local
6628 UInt dreg = get_neon_d_regno(theInstr); local
7648 UInt dreg = get_neon_d_regno(theInstr); local
    [all...]

Completed in 455 milliseconds