Searched refs:ASR (Results 1 – 6 of 6) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 102 BIC(AL, 0, c, c, reg_imm(c, ASR, 31)); in init_iterated_color() 221 reg_imm(fragment.reg, ASR, 31)); in build_iterated_color() 348 ADD(AL, 0, Rx, Rx, reg_imm(txPtr.reg, ASR, 16)); // x += (s>>16) in init_textures() 350 ADD(AL, 0, Ry, Ry, reg_imm(txPtr.reg, ASR, 16)); // y += (t>>16) in init_textures() 528 MOV(AL, 1, u, reg_imm(u, ASR, FRAC_BITS)); in build_textures() 549 CMP(AL, width, reg_imm(u, ASR, FRAC_BITS)); in build_textures() 553 MOV(AL, 1, u, reg_imm(u, ASR, FRAC_BITS)); in build_textures() 563 MOV(AL, 1, v, reg_imm(v, ASR, FRAC_BITS)); in build_textures() 573 CMP(AL, height, reg_imm(v, ASR, FRAC_BITS)); in build_textures() 581 MOV(AL, 1, v, reg_imm(v, ASR, FRAC_BITS)); in build_textures() [all …]
|
D | MIPS64Assembler.cpp | 378 case ASR: mMips->SRA(tmpReg, amode.reg, amode.value); break; in dataProcAdrModes() 501 case ASR: mMips->SRA(Rd, amode.reg, amode.value); break; in dataProcessing() 528 case ASR: mMips->SRA(Rd, amode.reg, amode.value); break; in dataProcessing()
|
D | ARMAssemblerInterface.h | 43 LSL, LSR, ASR, ROR enumerator
|
D | MIPSAssembler.cpp | 393 case ASR: mMips->SRA(tmpReg, amode.reg, amode.value); break; in dataProcAdrModes() 504 case ASR: mMips->SRA(Rd, amode.reg, amode.value); break; in dataProcessing() 536 case ASR: mMips->SRA(Rd, amode.reg, amode.value); break; in dataProcessing()
|
D | blending.cpp | 57 BIC(AL, 0, factor.reg, factor.reg, reg_imm(factor.reg, ASR, 31)); in build_fog()
|
/system/core/liblog/ |
D | README.md | 112 to control the verbosity of the application or library. `[ASR]LOG[VDIWE]` calls are used to log to 114 `[ASR]LOG[VDIWE]_IF` calls are used to perform thus based on a condition being true.
|