Home
last modified time | relevance | path

Searched refs:bcc (Results 1 – 23 of 23) sorted by relevance

/llvm-project/llvm/test/MC/M68k/Control/Classes/
H A DMxBcc.s9 ; CHECK: bcc $1
11 bcc $1 label
52 ; CHECK: bcc $3fc
54 bcc $3fc label
/llvm-project/llvm/test/CodeGen/AArch64/
H A Dmacro-fusion-last.mir1 # RUN: llc -o - %s -mtriple=aarch64-- -mattr=+arith-bcc-fusion -run-pass postmisched | FileCheck %s…
2 # RUN: llc -o - %s -mtriple=aarch64-- -mattr=-arith-bcc-fusion -run-pass postmisched | FileCheck %s…
H A Dmisched-fusion.ll1 …-unknown -aarch64-enable-cond-br-tune=false -mcpu=cortex-a57 -mattr=+arith-bcc-fusion | FileCheck …
9 ; Make sure cmp is scheduled in front of bcc
H A Dbranch-relax-alignment.ll2 ; RUN: llc -mtriple=aarch64-apple-darwin -aarch64-bcc-offset-bits=4 -align-all-nofallthru-blocks=4 …
H A Dmisched-fusion-cmp-bcc.ll1 ; RUN: llc %s -o - -O0 -mtriple=aarch64-unknown -mattr=cmp-bcc-fusion | FileCheck %s
H A Dbranch-relax-bcc.ll2 ; RUN: llc -mtriple=aarch64-apple-darwin -aarch64-bcc-offset-bits=3 < %s | FileCheck %s
H A Dbranch-relax-b.ll1 …fset-bits=9 -aarch64-tbz-offset-bits=6 -aarch64-cbz-offset-bits=6 -aarch64-bcc-offset-bits=6 | Fil…
/llvm-project/compiler-rt/lib/builtins/arm/
H A Dudivmodsi4.S37 bcc LOCAL_LABEL(divby0)
40 bcc LOCAL_LABEL(quotient0)
H A Daeabi_uidivmod.S29 bcc LOCAL_LABEL(case_denom_larger)
H A Dumodsi3.S33 bcc LOCAL_LABEL(divby0)
H A Dudivsi3.S45 bcc LOCAL_LABEL(divby0)
H A Daddsf3.S162 bcc LOCAL_LABEL(done_round)
/llvm-project/llvm/test/MC/AArch64/
H A Darm64-condbr-without-dots.s8 bcc lbl
H A Dbasic-a64-instructions.s1242 bcc lbl
/llvm-project/llvm/test/MC/Sparc/
H A Dsparc64-ctrl-instructions.s36 ! CHECK: bcc %xcc, .BB0 ! encoding: [0x1a,0b01101AAA,A,A]
38 bcc %xcc, .BB0
268 ! CHECK: bcc,a %icc, .BB0 ! encoding: [0x3a,0b01001AAA,A,A]
270 bcc,a %icc, .BB0
324 ! CHECK: bcc,pn %icc, .BB0 ! encoding: [0x1a,0b01000AAA,A,A]
326 bcc,pn %icc, .BB0
380 ! CHECK: bcc,a,pn %icc, .BB0 ! encoding: [0x3a,0b01000AAA,A,A]
382 bcc,a,pn %icc, .BB0
436 ! CHECK: bcc %icc, .BB0 ! encoding: [0x1a,0b01001AAA,A,A]
438 bcc,pt %icc, .BB0
[all …]
H A Dsparc-ctrl-instructions.s131 ! CHECK: bcc .BB0 ! encoding: [0x1a,0b10AAAAAA,A,A]
133 bcc .BB0
135 ! CHECK: bcc .BB0 ! encoding: [0x1a,0b10AAAAAA,A,A]
343 ! CHECK: bcc,a .BB0 ! encoding: [0x3a,0b10AAAAAA,A,A]
345 bcc,a .BB0
/llvm-project/llvm/test/MC/ARM/
H A Dcoff-relocations.s32 bcc target
/llvm-project/llvm/test/CodeGen/M68k/Arith/
H A Dsub-with-overflow.ll54 ; CHECK-NEXT: bcc .LBB1_1
/llvm-project/llvm/test/MC/Disassembler/Sparc/
H A Dsparc.txt111 # CHECK: bcc 4194303
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64Features.td688 "arith-bcc-fusion", "HasArithmeticBccFusion", "true",
689 "CPU fuses arithmetic+bcc operations">;
696 "cmp-bcc-fusion", "HasCmpBccFusion", "true",
697 "CPU fuses cmp+bcc operations">;
/llvm-project/llvm/test/MC/Lanai/
H A Dv11.s59 bcc 0x123454 label
99 bcc.r 0x5678
/llvm-project/llvm/lib/Target/ARM/
H A DREADME-Thumb.txt187 is between a cmp and a bcc instruction. However, we can use the (potentially)
/llvm-project/flang/lib/Lower/
H A DBridge.cpp1435 mlir::Value bcc = builder->createConvert(loc, builder->getI1Type(), cond); in collectFinalEvaluations()
1436 builder->create<mlir::cf::CondBranchOp>(loc, bcc, trueTarget, std::nullopt, in collectFinalEvaluations()
1353 mlir::Value bcc = builder->createConvert(loc, builder->getI1Type(), cond); genConditionalBranch() local