Home
last modified time | relevance | path

Searched refs:condcode (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_print.h65 _mesa_condcode_string(GLuint condcode);
/external/pcre/dist2/src/
Dpcre2_dfa_match.c2735 PCRE2_UCHAR condcode; in internal_dfa_match() local
2752 condcode = code[LINK_SIZE+1]; in internal_dfa_match()
2757 if (condcode == OP_CREF || condcode == OP_DNCREF || in internal_dfa_match()
2758 condcode == OP_DNRREF) in internal_dfa_match()
2764 if (condcode == OP_FALSE || condcode == OP_FAIL) in internal_dfa_match()
2769 else if (condcode == OP_TRUE) in internal_dfa_match()
2776 else if (condcode == OP_RREF) in internal_dfa_match()
2825 (condcode == OP_ASSERT || condcode == OP_ASSERTBACK)) in internal_dfa_match()
/external/llvm/lib/Target/Mips/
DMipsInstrFPU.td54 def condcode : Operand<i32>;
226 InstSE<(outs), (ins RC:$fs, RC:$ft, condcode:$cond),
523 // Mips branch codes. These correspond to condcode in MipsInstrInfo.h.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrFPU.td58 def condcode : Operand<i32>;
257 InstSE<(outs), (ins RC:$fs, RC:$ft, condcode:$cond),
691 // Mips branch codes. These correspond to condcode in MipsInstrInfo.h.
/external/llvm-project/llvm/lib/Target/Mips/
DMipsInstrFPU.td59 def condcode : Operand<i32>;
260 InstSE<(outs), (ins RC:$fs, RC:$ft, condcode:$cond),
724 // Mips branch codes. These correspond to condcode in MipsInstrInfo.h.
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenInstrInfo.inc10624 condcode = 17,
15077 OpTypes::AFGR64, OpTypes::AFGR64, OpTypes::condcode,
15078 OpTypes::AFGR64, OpTypes::AFGR64, OpTypes::condcode,
15079 OpTypes::FGR64, OpTypes::FGR64, OpTypes::condcode,
15080 OpTypes::FGR32, OpTypes::FGR32, OpTypes::condcode,
15081 OpTypes::FGR32, OpTypes::FGR32, OpTypes::condcode,