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

  /system/core/libpixelflinger/codeflinger/
ARMAssemblerInterface.cpp 1 /* libs/pixelflinger/codeflinger/ARMAssemblerInterface.cpp
25 #include "codeflinger/ARMAssemblerInterface.h"
31 ARMAssemblerInterface::~ARMAssemblerInterface()
35 int ARMAssemblerInterface::buildImmediate(
66 bool ARMAssemblerInterface::isValidImmediate(uint32_t immediate)
72 uint32_t ARMAssemblerInterface::imm(uint32_t immediate)
88 uint32_t ARMAssemblerInterface::reg_imm(int Rm, int type, uint32_t shift)
93 uint32_t ARMAssemblerInterface::reg_rrx(int Rm)
98 uint32_t ARMAssemblerInterface::reg_reg(int Rm, int type, int Rs
    [all...]
ARMAssemblerInterface.h 1 /* libs/pixelflinger/codeflinger/ARMAssemblerInterface.h
29 class ARMAssemblerInterface
32 virtual ~ARMAssemblerInterface();

Completed in 15 milliseconds