Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/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 Dbranch-relax-bcc.ll2 ; RUN: llc -mtriple=aarch64-apple-darwin -aarch64-bcc-offset-bits=3 < %s | FileCheck %s
/llvm-project-15.0.7/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.S44 bcc LOCAL_LABEL(divby0)
H A Daddsf3.S162 bcc LOCAL_LABEL(done_round)
/llvm-project-15.0.7/llvm/test/MC/AArch64/
H A Darm64-condbr-without-dots.s8 bcc lbl
H A Dbasic-a64-instructions.s1242 bcc lbl
/llvm-project-15.0.7/llvm/test/MC/Sparc/
H A Dsparc64-ctrl-instructions.s38 bcc %xcc, .BB0
270 bcc,a %icc, .BB0
326 bcc,pn %icc, .BB0
382 bcc,a,pn %icc, .BB0
438 bcc,pt %icc, .BB0
494 bcc,a,pt %icc, .BB0
539 bcc,a %xcc, .BB0
595 bcc,pn %xcc, .BB0
651 bcc,a,pn %xcc, .BB0
707 bcc,pt %xcc, .BB0
[all …]
H A Dsparc-ctrl-instructions.s102 ! CHECK: bcc .BB0 ! encoding: [0x1a,0b10AAAAAA,A,A]
104 bcc .BB0
106 ! CHECK: bcc .BB0 ! encoding: [0x1a,0b10AAAAAA,A,A]
314 ! CHECK: bcc,a .BB0 ! encoding: [0x3a,0b10AAAAAA,A,A]
316 bcc,a .BB0
/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Dcoff-relocations.s32 bcc target
/llvm-project-15.0.7/llvm/test/CodeGen/M68k/Arith/
H A Dsub-with-overflow.ll54 ; CHECK-NEXT: bcc .LBB1_1
/llvm-project-15.0.7/llvm/test/MC/Disassembler/Sparc/
H A Dsparc.txt111 # CHECK: bcc 4194303
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64.td230 "arith-bcc-fusion", "HasArithmeticBccFusion", "true",
231 "CPU fuses arithmetic+bcc operations">;
238 "cmp-bcc-fusion", "HasCmpBccFusion", "true",
239 "CPU fuses cmp+bcc operations">;
/llvm-project-15.0.7/llvm/utils/vscode/llvm/syntaxes/
H A Dll.tmLanguage.yaml164 \\bcc\\b|\
/llvm-project-15.0.7/llvm/test/MC/Lanai/
H A Dv11.s59 bcc 0x123454 label
99 bcc.r 0x5678
/llvm-project-15.0.7/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-15.0.7/flang/lib/Lower/
H A DBridge.cpp763 mlir::Value bcc = builder->createConvert(loc, builder->getI1Type(), cond); in genFIRConditionalBranch() local
764 builder->create<mlir::cf::CondBranchOp>(loc, bcc, trueTarget, llvm::None, in genFIRConditionalBranch()