Searched refs:condcode (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | prog_print.h | 65 _mesa_condcode_string(GLuint condcode);
|
/external/pcre/dist2/src/ |
D | pcre2_dfa_match.c | 2735 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/ |
D | MipsInstrFPU.td | 54 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/ |
D | MipsInstrFPU.td | 58 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/ |
D | MipsInstrFPU.td | 59 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/ |
D | MipsGenInstrInfo.inc | 10624 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,
|