Searched refs:bcond (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/ |
D | COFF_AArch64.s | 49 # rtdyld-check: decode_operand(bcond, 1)[18:0] = (_foo - bcond)[20:2] 53 bcond: label
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 1428 // bcond-seteq 1447 // bcond-setgt (do we need to have this pair of setlt, setgt??) 1455 // bcond-setge 1470 // bcond-setlt 1483 // bcond-setle 1491 // bcond-setne 1519 // bcond-setugt 1527 // bcond-setuge 1536 // bcond-setult
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 1423 // bcond-seteq 1442 // bcond-setgt (do we need to have this pair of setlt, setgt??) 1450 // bcond-setge 1465 // bcond-setlt 1478 // bcond-setle 1486 // bcond-setne 1514 // bcond-setugt 1522 // bcond-setuge 1531 // bcond-setult
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 1423 // bcond-seteq 1442 // bcond-setgt (do we need to have this pair of setlt, setgt??) 1450 // bcond-setge 1465 // bcond-setlt 1478 // bcond-setle 1486 // bcond-setne 1514 // bcond-setugt 1522 // bcond-setuge 1531 // bcond-setult
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 1124 enum bi_cond bcond = bi_cond_for_nir(alu->op, true); in bi_fuse_cond() local 1126 if (bcond == BI_COND_ALWAYS) in bi_fuse_cond() 1139 csel->cond = bcond; in bi_fuse_cond()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 5248 bfafter_target:$ba_label, pred_noal:$bcond), "bfcsel", 5249 "$b_label, $label, $ba_label, $bcond"> { 5250 bits<4> bcond; 5257 let Inst{21-18} = bcond{3-0};
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 5315 bfafter_target:$ba_label, pred_noal:$bcond), "bfcsel", 5316 "$b_label, $label, $ba_label, $bcond"> { 5317 bits<4> bcond; 5324 let Inst{21-18} = bcond{3-0};
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenMCCodeEmitter.inc | 11913 // op: bcond
|