HomeSort by relevance Sort by last modified time
    Searched full:rreg (Results 1 - 16 of 16) sorted by null

  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 79 HReg rreg; member in struct:__anon13375
95 /* Which rreg is this for? */
96 HReg rreg; member in struct:__anon13376
106 rreg has the same value as the spill slot for the associated
108 spill store or reload for this rreg. */
130 rreg" is the main beneficiary.
133 associated with any rreg, that entry can be set to INVALID_RREG_NO.
352 HReg rreg, vreg, vregS, vregD; local
390 /* The vreg -> rreg map constructed and then applied to each
428 (*ppReg)(rreg_state[z].rreg); \
    [all...]
host_x86_defs.c     [all...]
host_ppc_defs.c     [all...]
host_amd64_defs.h 751 HReg rreg, Int offset, Bool );
753 HReg rreg, Int offset, Bool );
host_arm_defs.h 975 HReg rreg, Int offset, Bool );
977 HReg rreg, Int offset, Bool );
host_ppc_defs.h 856 HReg rreg, Int offsetB, Bool mode64 );
858 HReg rreg, Int offsetB, Bool mode64 );
host_x86_defs.h 681 HReg rreg, Int offset, Bool );
683 HReg rreg, Int offset, Bool );
host_arm_defs.c     [all...]
host_amd64_defs.c     [all...]
host_s390_defs.c 452 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
458 vassert(!hregIsVirtual(rreg));
464 switch (hregClass(rreg)) {
467 *i1 = s390_insn_store(8, am, rreg);
471 ppHRegClass(hregClass(rreg));
479 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
485 vassert(!hregIsVirtual(rreg));
491 switch (hregClass(rreg)) {
494 *i1 = s390_insn_load(8, rreg, am);
498 ppHRegClass(hregClass(rreg));
    [all...]
host_amd64_isel.c 471 of vreg-to-rreg moves which are usually redundant but are hard
    [all...]
host_ppc_isel.c 671 of vreg-to-rreg moves which are usually redundant but are hard
    [all...]
host_x86_isel.c 429 a bunch of vreg-to-rreg moves which are usually redundant but
    [all...]
host_arm_isel.c 407 of vreg-to-rreg moves which are usually redundant but are hard
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 608 ;// $rreg = "" don't stack any registers
618 M_START $name, $rreg, $dreg
631 _M_GETRREGLIST $rreg
662 _M_GETRREGLIST $rreg
663 IF "$rreg"=""
667 IF "$rreg"="lr":LOR:"$rreg"="r4"
672 IF "$rreg"="r5":LOR:"$rreg"="r6"
677 IF "$rreg"="r7":LOR:"$rreg"="r8
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 611 ;// $rreg = "" don't stack any registers
621 M_START $name, $rreg, $dreg
634 _M_GETRREGLIST $rreg
665 _M_GETRREGLIST $rreg
666 IF "$rreg"=""
670 IF "$rreg"="lr":LOR:"$rreg"="r4"
675 IF "$rreg"="r5":LOR:"$rreg"="r6"
680 IF "$rreg"="r7":LOR:"$rreg"="r8
    [all...]

Completed in 534 milliseconds