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

  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 545 uint32_t ARMAssembler::immed8_pre(int32_t immed8, int W) function in class:android::ARMAssembler
ARMAssemblerProxy.cpp 135 uint32_t ARMAssemblerProxy::immed8_pre(int32_t immed8, int W) function in class:android::ARMAssemblerProxy
137 return mTarget->immed8_pre(immed8, W);
MIPS64Assembler.cpp 282 uint32_t ArmToMips64Assembler::immed8_pre(int32_t immed8, int W) function in class:android::ArmToMips64Assembler
284 LOG_ALWAYS_FATAL("adr mode immed8_pre not yet implemented\n");
883 // work-around for ARM default address mode of immed8_pre(0)
925 // work-around for ARM default address mode of immed8_pre(0)
    [all...]
Arm64Assembler.cpp 945 uint32_t ArmToArm64Assembler::immed8_pre(int32_t immed8, int W) function in class:android::ArmToArm64Assembler
    [all...]
MIPSAssembler.cpp 291 uint32_t ArmToMipsAssembler::immed8_pre(int32_t immed8, int W) function in class:android::ArmToMipsAssembler
295 LOG_ALWAYS_FATAL("adr mode immed8_pre not yet implemented\n");
893 // work-around for ARM default address mode of immed8_pre(0)
935 // work-around for ARM default address mode of immed8_pre(0)
    [all...]

Completed in 889 milliseconds