Searched refs:CMP (Results 1 – 6 of 6) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | texturing.cpp | 538 CMP(AL, u, width); in build_textures() 557 CMP(AL, width, reg_imm(u, ASR, FRAC_BITS)); in build_textures() 573 CMP(AL, v, height); in build_textures() 581 CMP(AL, height, reg_imm(v, ASR, FRAC_BITS)); in build_textures() 1060 CMP(AL, d, size); in wrapping()
|
D | blending.cpp | 57 CMP(AL, factor.reg, imm( 0x10000 )); in build_fog() 659 CMP(AL, v.reg, imm( 1<<v.h )); in component_sat()
|
D | GGLAssembler.cpp | 706 if (shift) CMP(AL, fragment.reg, reg_imm(ref, LSR, shift)); in build_alpha_test() 707 else CMP(AL, fragment.reg, ref); in build_alpha_test() 775 CMP(AL, depth, reg_imm(z, LSR, 16)); in build_depth_test()
|
D | ARMAssemblerInterface.h | 281 CMP(int cc, int Rn, uint32_t Op2) { in CMP() function
|
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
D | mips64_assembler_test.cpp | 419 case INSTR_CMP: a64asm->CMP(test.cond, Rn,op2); break; in dataOpTest()
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | arm64_assembler_test.cpp | 457 case INSTR_CMP: a64asm->CMP(test.cond, Rn,op2); break; in dataOpTest()
|