Home
last modified time | relevance | path

Searched refs:likely (Results 1 – 25 of 47) sorted by relevance

12

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
Dmicromips@mips4-branch-likely.d2 #name: MIPS mips4 branch-likely instructions
3 #source: mips4-branch-likely.s
6 # Test mips4 branch-likely instructions (microMIPS).
Dmips4-branch-likely.d2 #name: MIPS mips4 branch-likely instructions
4 # Test mips4 branch-likely instructions.
Dmicromips@branch-likely.d2 #name: MIPS branch-likely instructions
3 #source: branch-likely.s
6 # Check branch-likely instructions (microMIPS).
Dbranch-likely.d2 #name: MIPS branch-likely instructions
5 # Check branch-likely instructions
Dmips4-branch-likely.s1 # Source file used to test -mips4 branch-likely instructions.
Drelax-swap2.s1 # Source file used to test branch likely relaxation with swapping.
Dbranch-likely.s1 # Source file used to test the branch-likely macros.
Drelax-swap2.d2 #name: MIPS2 branch likely relaxation with swapping
/toolchain/binutils/binutils-2.25/cpu/
Dsh64-media.cpu96 (dshmf f-likely "Likely bit" () 9 1)
181 (define-operand (name likely) (comment "Likely branch?") (attrs (ISA media))
182 (type h-uint) (index f-likely) (handlers (parse "likely") (print "likely")))
243 "beq$likely $rm, $rn, $tra"
244 (+ (f-op 25) rm (f-ext 1) rn likely (f-8-2 0) tra (f-rsvd 0))
250 "beqi$likely $rm, $imm6, $tra"
251 (+ (f-op 57) rm (f-ext 1) imm6 likely (f-8-2 0) tra (f-rsvd 0))
257 "bge$likely $rm, $rn, $tra"
258 (+ (f-op 25) rm (f-ext 3) rn likely (f-8-2 0) tra (f-rsvd 0))
264 "bgeu$likely $rm, $rn, $tra"
[all …]
Diq2000m.cpu56 (dni bgtzl "branch if greater than zero likely" (MACH2000 USES-RS)
71 (dni blezl "branch if less than or equal to zero likely" (MACH2000 USES-RS)
137 (dni bc0fl "branch if copro 0 condition false likely" (MACH2000 DELAY-SLOT COND-CTI SKIP-CTI)
149 (dni bc3fl "branch if copro 3 condition false likely" (MACH2000 DELAY-SLOT COND-CTI SKIP-CTI)
161 (dni bc0tl "branch if copro 0 condition true likely" (MACH2000 DELAY-SLOT COND-CTI SKIP-CTI)
173 (dni bc3tl "branch if copro 3 condition true likely" (MACH2000 DELAY-SLOT COND-CTI SKIP-CTI)
Diq10.cpu122 (dni bbil "branch bit immediate likely" (MACH10 USES-RS)
130 (dni bbinl "branch bit immediate negated likely" (MACH10 USES-RS)
138 (dni bbvl "branch bit variable likely" (MACH10 USES-RS USES-RT)
146 (dni bbvnl "branch bit variable negated likely" (MACH10 USES-RS USES-RT)
164 "branch if greater than zero and link likely" (MACH10 USES-RS USES-R31)
184 "branch if less than or equal to zero and link likely" (MACH10 USES-RS USES-R31)
201 (dni bgtzl-q10 "branch if greater than zero likely" (MACH10 USES-RS)
217 (dni blezl-q10 "branch if less than or equal to zero likely" (MACH10 USES-RS)
242 (dni bmbl "branch if matching byte-lane likely" (MACH10 USES-RS USES-RT)
Diq2000.cpu832 (dni beql "branch if equal likely" (USES-RS USES-RT)
857 "branch if greater than equal to zero and link likely" (USES-RS USES-R31)
867 (dni bgezl "branch if greater or equal to zero likely" (USES-RS)
882 (dni bltzl "branch if less than zero likely" (USES-RS)
899 (dni bltzall "branch if less than zero and link likely" (USES-RS USES-R31)
944 (dni bnel "branch if not equal likely" (USES-RS USES-RT)
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
Dmulbug-err-1.s1 ; Test error message for mul insns at locations likely to trig
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
Dtlsbinpic.s1 ! Force .got aligned to 4K, so it very likely gets at 0x413000
14 ! Force .text aligned to 4K, so it very likely gets at 0x401000.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-mips.c1085 #define RELAX_BRANCH_ENCODE(at, uncond, likely, link, toofar) \ argument
1091 | ((likely) ? 0x80 : 0) \
9823 int likely = 0; in macro() local
10012 likely = 1; in macro()
10015 macro_build_branch_rs (likely ? M_BGEZL : M_BGEZ, &offset_expr, op[0]); in macro()
10017 macro_build_branch_rs (likely ? M_BLEZL : M_BLEZ, &offset_expr, op[1]); in macro()
10022 macro_build_branch_rsrt (likely ? M_BEQL : M_BEQ, in macro()
10037 likely = 1; in macro()
10044 if (! likely) in macro()
10055 likely = 1; in macro()
[all …]
/toolchain/binutils/binutils-2.25/config/
Dextensions.m412 # enough in this area it's likely we'll need to redefine
Dlib-link.m4478 dnl Most likely an immediate library name.
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
Dshdl-1.s8 ! fact, but it seems likely to be something that can change.
/toolchain/binutils/binutils-2.25/gas/testsuite/
DChangeLog-20101183 branch-likely instructions and place them...
1184 * gas/mips/mips4-branch-likely.d, gas/mips/mips4-branch-likely.s:
1187 * gas/mips/mips4-branch-likely.l: New stderr output for the new
1189 * gas/mips/mips.exp (mips4-branch-likely): Run a dump test and
1190 a list test with mips4-branch-likely similarly to mips4-fp.
1195 branch-likely instructions.
1200 * gas/mips/branch-likely.d, gas/mips/branch-likely.s: New test,
1201 collecting checks for branch-likely instructions removed from
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dnios2elf.em243 sections. It's likely we'll resize everything in the process of
Dmetagelf.em226 sections. It's likely we'll resize everything in the process of
Dhppaelf.em249 sections. It's likely we'll resize everything in the process of
Daarch64elf.em228 sections. It's likely we'll resize everything in the process of
Darmelf.em328 sections. It's likely we'll resize everything in the process of
/toolchain/binutils/binutils-2.25/binutils/
DMAINTAINERS183 small, the larger they are, the more likely it is that they contain

12