Home
last modified time | relevance | path

Searched refs:OPCODE_IS_NOT_ZERO (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DR600InstrInfo.cpp415 MO.setImm(OPCODE_IS_NOT_ZERO); in ReverseBranchCondition()
417 case OPCODE_IS_NOT_ZERO: in ReverseBranchCondition()
DAMDGPUInstrInfo.h31 #define OPCODE_IS_NOT_ZERO 0x00000023 macro
DAMDILCFGStructurizer.cpp1680 static_cast<MachineInstr *>(I)->getOperand(2).setImm(OPCODE_IS_NOT_ZERO); in reversePredicateSetter()
1682 case OPCODE_IS_NOT_ZERO: in reversePredicateSetter()
/external/llvm/lib/Target/R600/
DAMDGPUInstrInfo.h31 #define OPCODE_IS_NOT_ZERO AMDGPU::PRED_SETNE macro
DR600InstrInfo.cpp972 MO.setImm(OPCODE_IS_NOT_ZERO); in ReverseBranchCondition()
974 case OPCODE_IS_NOT_ZERO: in ReverseBranchCondition()
DAMDILCFGStructurizer.cpp458 .setImm(OPCODE_IS_NOT_ZERO); in reversePredicateSetter()
460 case OPCODE_IS_NOT_ZERO: in reversePredicateSetter()
DR600ISelLowering.cpp502 .addImm(OPCODE_IS_NOT_ZERO) in EmitInstrWithCustomInserter()