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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 515 uint32_t ARMAssembler::reg_rrx(int Rm) function in class:android::ARMAssembler
ARMAssemblerProxy.cpp 98 uint32_t ARMAssemblerProxy::reg_rrx(int Rm) function in class:android::ARMAssemblerProxy
100 return mTarget->reg_rrx(Rm);
Arm64Assembler.cpp 893 uint32_t ArmToArm64Assembler::reg_rrx(int /*Rm*/) function in class:android::ArmToArm64Assembler
    [all...]
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 106 milliseconds