Lines Matching refs:conditional
386 // These Sel patterns support the generation of conditional move
392 // conditional move being done if the tested register is not zero.
397 // conditional move based on a simple mips16 conditional
405 // if $op == beqz, then if $rt != 0, then the conditional assignment
408 // if $op == bnez, then if $rt == 0, then the conditional assignment
425 //then does a conditional branch based on the value of T8
433 // $op1 .+4 ;op1 is a conditional branch
452 // op1 is a conditional branch
456 // $op1 .+4 ;op2 is a conditional branch
581 // To test a GPR then do a PC-relative conditional branch.
589 // To test a GPR then do a PC-relative conditional branch.
610 // To test a GPR then do a PC-relative conditional branch.
617 // To test a GPR then do a PC-relative conditional branch.
631 // To test special register T then do a PC-relative conditional branch.
658 // To test special register T then do a PC-relative conditional branch.
1412 // Some branch conditional patterns are not generated by llvm at this time.