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

  /external/valgrind/VEX/priv/
host_generic_reg_alloc2.c 79 HReg rreg; member in struct:__anon19612
108 rreg has the same value as the spill slot for the associated
110 spill store or reload for this rreg. */
132 rreg" is the main beneficiary.
135 associated with any rreg, that entry can be set to INVALID_RREG_NO.
439 /* The vreg -> rreg map constructed and then applied to each
533 /* --------- Stage 2: compute rreg live ranges. --------- */
562 /* ------ start of SET UP TO COMPUTE RREG LIVE RANGES ------ */
574 each rreg. Sigh. */
584 /* ------ end of SET UP TO COMPUTE RREG LIVE RANGES ------ *
797 HReg rreg = rreg_lrs_la[j].rreg; local
    [all...]
host_tilegx_defs.c     [all...]
host_mips_defs.c     [all...]
host_amd64_defs.h 787 HReg rreg, Int offset, Bool );
789 HReg rreg, Int offset, Bool );
host_tilegx_defs.h 529 HReg rreg, Int offset );
531 HReg rreg, Int offset );
host_x86_defs.h 730 HReg rreg, Int offset, Bool );
732 HReg rreg, Int offset, Bool );
host_x86_defs.c     [all...]
host_amd64_defs.c     [all...]
host_arm64_defs.h     [all...]
host_arm_defs.h 1040 HReg rreg, Int offset, Bool );
1042 HReg rreg, Int offset, Bool );
    [all...]
host_mips_defs.h 697 HReg rreg, Int offset, Bool);
699 HReg rreg, Int offset, Bool);
host_arm_defs.c     [all...]
host_arm64_defs.c     [all...]
host_ppc_defs.c     [all...]
host_ppc_defs.h     [all...]
host_s390_defs.c 470 genSpill_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
475 vassert(!hregIsVirtual(rreg));
481 switch (hregClass(rreg)) {
484 *i1 = s390_insn_store(8, am, rreg);
488 ppHRegClass(hregClass(rreg));
496 genReload_S390(HInstr **i1, HInstr **i2, HReg rreg, Int offsetB, Bool mode64)
501 vassert(!hregIsVirtual(rreg));
507 switch (hregClass(rreg)) {
510 *i1 = s390_insn_load(8, rreg, am);
514 ppHRegClass(hregClass(rreg));
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
armCOMM_s.h 622 ;// $rreg = "" don't stack any registers
632 M_START $name, $rreg, $dreg
645 _M_GETRREGLIST $rreg
676 _M_GETRREGLIST $rreg
677 IF "$rreg"=""
681 IF "$rreg"="lr":LOR:"$rreg"="r4"
686 IF "$rreg"="r5":LOR:"$rreg"="r6"
691 IF "$rreg"="r7":LOR:"$rreg"="r8
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
armCOMM_s.h 625 ;// $rreg = "" don't stack any registers
635 M_START $name, $rreg, $dreg
648 _M_GETRREGLIST $rreg
679 _M_GETRREGLIST $rreg
680 IF "$rreg"=""
684 IF "$rreg"="lr":LOR:"$rreg"="r4"
689 IF "$rreg"="r5":LOR:"$rreg"="r6"
694 IF "$rreg"="r7":LOR:"$rreg"="r8
    [all...]

Completed in 641 milliseconds