Searched refs:BIC (Results 1 – 7 of 7) sorted by relevance
/system/core/libpixelflinger/codeflinger/ |
D | GGLAssembler.cpp | 832 case GGL_AND_REVERSE: BIC(AL, 0, pixel.reg, s.reg, d.reg); break; in build_logic_op() 834 case GGL_AND_INVERTED: BIC(AL, 0, pixel.reg, d.reg, s.reg); break; in build_logic_op() 844 BIC(AL, 0, pixel.reg, d.reg, s.reg); in build_logic_op() 848 BIC(AL, 0, pixel.reg, s.reg, d.reg); in build_logic_op() 925 BIC( AL, 0, d, s, imm(newMask) ); in build_and_immediate()
|
D | load_store.cpp | 125 BIC(AL, 0, d.reg, s, imm(~mask)); // component = packed & mask; in extract()
|
D | texturing.cpp | 102 BIC(AL, 0, c, c, reg_imm(c, ASR, 31)); in init_iterated_color() 220 BIC(AL, 0, fragment.reg, fragment.reg, in build_iterated_color() 1050 BIC(AL, 0, d, d, reg_imm(d, ASR, 31)); in wrapping()
|
D | ARMAssemblerInterface.h | 237 BIC(int cc, int s, int Rd, int Rn, uint32_t Op2) { in BIC() function
|
D | blending.cpp | 57 BIC(AL, 0, factor.reg, factor.reg, reg_imm(factor.reg, ASR, 31)); in build_fog()
|
/system/core/libpixelflinger/tests/arch-mips64/assembler/ |
D | mips64_assembler_test.cpp | 416 case INSTR_BIC: a64asm->BIC(test.cond, test.setFlags, Rd,Rn,op2); break; in dataOpTest()
|
/system/core/libpixelflinger/tests/arch-arm64/assembler/ |
D | arm64_assembler_test.cpp | 454 case INSTR_BIC: a64asm->BIC(test.cond, test.setFlags, Rd,Rn,op2); break; in dataOpTest()
|