Home
last modified time | relevance | path

Searched refs:OPCODE_RET (Results 1 – 17 of 17) sorted by relevance

/external/swiftshader/src/Shader/
DShader.cpp833 case OPCODE_RET: return "ret"; in operationString()
1504 if(i == instruction.size() - 1 || instruction[i + 1]->opcode == OPCODE_RET) in optimizeLeave()
1544 if(oldOpcode == OPCODE_RET) in optimizeCall()
1557 …ction.size() >= 2 && instruction[0]->opcode == OPCODE_CALL && instruction[1]->opcode == OPCODE_RET) in optimizeCall()
1566 if(instruction[i]->opcode == OPCODE_LABEL || instruction[i]->opcode == OPCODE_RET) in optimizeCall()
1776 else if(instruction[i]->opcode == OPCODE_RET) // End of the function in analyzeDynamicBranching()
1811 if(inst->opcode == OPCODE_RET) in markFunctionAnalysis()
DShader.hpp66 OPCODE_RET, enumerator
DVertexProgram.cpp310 case Shader::OPCODE_RET: RET(); break; in program()
DPixelProgram.cpp329 case Shader::OPCODE_RET: RET(); break; in applyShader()
/external/swiftshader/src/Pipeline/
DShader.cpp833 case OPCODE_RET: return "ret"; in operationString()
1504 if(i == instruction.size() - 1 || instruction[i + 1]->opcode == OPCODE_RET) in optimizeLeave()
1544 if(oldOpcode == OPCODE_RET) in optimizeCall()
1557 …ction.size() >= 2 && instruction[0]->opcode == OPCODE_CALL && instruction[1]->opcode == OPCODE_RET) in optimizeCall()
1566 if(instruction[i]->opcode == OPCODE_LABEL || instruction[i]->opcode == OPCODE_RET) in optimizeCall()
1776 else if(instruction[i]->opcode == OPCODE_RET) // End of the function in analyzeDynamicBranching()
1811 if(inst->opcode == OPCODE_RET) in markFunctionAnalysis()
DShader.hpp66 OPCODE_RET, enumerator
DVertexProgram.cpp302 case Shader::OPCODE_RET: RET(); break; in program()
DPixelProgram.cpp328 case Shader::OPCODE_RET: RET(); break; in applyShader()
/external/u-boot/arch/nios2/include/asm/
Dopcodes.h67 #define OPCODE_RET 0x05 macro
/external/mesa3d/src/mesa/program/
Dprog_instruction.h158 OPCODE_RET, /* 2 2 opt */ enumerator
Dprog_instruction.c137 { OPCODE_RET, "RET", 0, 0 },
Dprog_optimize.c380 case OPCODE_RET: in find_next_use()
427 case OPCODE_RET: in _mesa_is_flow_control_opcode()
Dprog_print.c725 case OPCODE_RET: in _mesa_fprint_instruction_opt()
Dprog_execute.c937 case OPCODE_RET: /* return from subroutine (conditional) */ in _mesa_execute_program()
Dir_to_mesa.cpp2192 emit(ir, OPCODE_RET); in visit()
/external/mesa3d/src/mesa/drivers/dri/i915/
Di915_fragprog.c987 case OPCODE_RET: in upload_program()
/external/swiftshader/src/OpenGL/compiler/
DOutputASM.cpp536 emit(sw::Shader::OPCODE_RET); in output()
1319 emit(sw::Shader::OPCODE_RET); in visitAggregate()