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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerProxy.cpp 98 uint32_t ARMAssemblerProxy::reg_rrx(int Rm) function in class:android::ARMAssemblerProxy
100 return mTarget->reg_rrx(Rm);
ARMAssembler.cpp 515 uint32_t ARMAssembler::reg_rrx(int Rm) function in class:android::ARMAssembler
MIPSAssembler.cpp 242 uint32_t ArmToMipsAssembler::reg_rrx(int Rm) function in class:android::ArmToMipsAssembler
244 // reg_rrx mode is not used in the GLLAssember code at this time
411 LOG_ALWAYS_FATAL("adr mode reg_rrx not yet implemented\n");
    [all...]

Completed in 1018 milliseconds