Searched refs:OPCODE_AND (Results 1 – 10 of 10) sorted by relevance
/external/u-boot/arch/nios2/include/asm/ |
D | opcodes.h | 75 #define OPCODE_AND 0x0E macro
|
/external/swiftshader/src/Shader/ |
D | Shader.hpp | 201 OPCODE_AND, enumerator
|
D | Shader.cpp | 971 case OPCODE_AND: return "and"; in operationString()
|
D | VertexProgram.cpp | 323 case Shader::OPCODE_AND: bitwise_and(d, s0, s1); break; in program()
|
D | PixelProgram.cpp | 337 case Shader::OPCODE_AND: bitwise_and(d, s0, s1); break; in applyShader()
|
/external/swiftshader/src/Pipeline/ |
D | Shader.hpp | 201 OPCODE_AND, enumerator
|
D | Shader.cpp | 971 case OPCODE_AND: return "and"; in operationString()
|
D | VertexProgram.cpp | 315 case Shader::OPCODE_AND: bitwise_and(d, s0, s1); break; in program()
|
D | PixelProgram.cpp | 336 case Shader::OPCODE_AND: bitwise_and(d, s0, s1); break; in applyShader()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 840 …case EOpBitwiseAndAssign: if(visit == PostVisit) emitAssign(sw::Shader::OPCODE_AND, result, lef… in visitBinary() 841 …case EOpBitwiseAnd: if(visit == PostVisit) emitBinary(sw::Shader::OPCODE_AND, result, lef… in visitBinary() 855 emit(sw::Shader::OPCODE_AND, result, result, &equal); in visitBinary() 973 emit(sw::Shader::OPCODE_AND, result, left, right); in visitBinary()
|