Home
last modified time | relevance | path

Searched refs:cond_reg (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_nir.cpp408 fs_reg cond_reg; in nir_emit_if() local
416 cond_reg = get_nir_src(cond->src[0].src); in nir_emit_if()
419 cond_reg = get_nir_src(if_stmt->condition); in nir_emit_if()
424 retype(cond_reg, BRW_REGISTER_TYPE_D)); in nir_emit_if()
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstrFormats.td223 // $cond_reg (type VCCR) gives the input predicate register. This is
236 // $cond_reg. This variant is used for any instruction that can't, or
255 let MIOperandInfo = !con((ops i32imm:$cond, VCCR:$cond_reg), extra_mi);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstrFormats.td224 // $cond_reg (type VCCR) gives the input predicate register. This is
237 // $cond_reg. This variant is used for any instruction that can't, or
256 let MIOperandInfo = !con((ops i32imm:$cond, VCCR:$cond_reg), extra_mi);