Searched refs:BGE (Results 1 – 25 of 57) sorted by relevance
123
/external/libhevc/common/arm64/ |
D | ihevc_mem_fns.s | 116 BGE LOOP_NEON_MEMCPY 188 BGE LOOP_NEON_MEMSET 261 BGE LOOP_NEON_MEMSET_16BIT
|
/external/libhevc/common/arm/ |
D | ihevc_mem_fns.s | 118 BGE LOOP_NEON_MEMCPY 189 BGE LOOP_NEON_MEMSET 262 BGE LOOP_NEON_MEMSET_16BIT
|
/external/libhevc/decoder/arm/ |
D | ihevcd_fmt_conv_420sp_to_420p.s | 121 BGE y_col_loop 175 BGE uv_col_loop
|
D | ihevcd_fmt_conv_420sp_to_420sp.s | 119 BGE y_col_loop 172 BGE uv_col_loop
|
/external/libhevc/decoder/arm64/ |
D | ihevcd_fmt_conv_420sp_to_420sp.s | 123 BGE y_col_loop 177 BGE uv_col_loop
|
D | ihevcd_fmt_conv_420sp_to_420p.s | 119 BGE y_col_loop 177 BGE uv_col_loop
|
/external/llvm-project/flang/test/Semantics/ |
D | boz-literal-constants.f90 | 38 resbit = BGE(B"0101", B"1111")
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_shiftrountine_with_round_hq.s | 74 BGE S_WITH_R_L5
|
D | ixheaacd_shiftrountine_with_round.s | 102 BGE S_WITH_R_L5
|
D | ixheaacd_expsubbandsamples.s | 34 BGE EXIT
|
D | ixheaacd_shiftrountine.s | 33 BGE SROUTINE_L1
|
D | ixheaacd_tns_parcor2lpc_32x16.s | 107 BGE LOOP2
|
D | ixheaacd_apply_scale_fac.s | 52 BGE SCALE_FACTOR_GE_12
|
D | ixheaacd_shiftrountine_with_rnd_eld.s | 88 BGE S_WITH_R_L5
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_shiftrountine_with_round.s | 70 BGE S_WITH_R_L5
|
D | ixheaacd_shiftrountine_with_round_eld.s | 76 BGE S_WITH_R_L5
|
D | ixheaacd_apply_scale_factors.s | 58 BGE SCALE_FACTOR_GE_12 //
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.cpp | 226 return RISCV::BGE; in getOppositeBranchOpcode() 227 case RISCV::BGE: in getOppositeBranchOpcode() 443 case RISCV::BGE: in isBranchOffsetInRange()
|
D | RISCVInstrInfo.td | 393 def BGE : BranchCC_rri<0b101, "bge">; 614 (BGE X0, GPR:$rs, simm13_lsb0:$offset)>; 616 (BGE GPR:$rs, X0, simm13_lsb0:$offset)>; 629 (BGE GPR:$rt, GPR:$rs, simm13_lsb0:$offset), 0>; 882 def : BccPat<setge, BGE>; 893 def : BccSwapPat<setle, BGE>;
|
D | RISCVExpandPseudoInsts.cpp | 470 BuildMI(LoopHeadMBB, DL, TII->get(RISCV::BGE)) in expandAtomicMinMaxOp() 478 BuildMI(LoopHeadMBB, DL, TII->get(RISCV::BGE)) in expandAtomicMinMaxOp()
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.cpp | 248 return RISCV::BGE; in getOppositeBranchOpcode() 249 case RISCV::BGE: in getOppositeBranchOpcode() 460 case RISCV::BGE: in isBranchOffsetInRange()
|
D | RISCVExpandAtomicPseudoInsts.cpp | 453 BuildMI(LoopHeadMBB, DL, TII->get(RISCV::BGE)) in expandAtomicMinMaxOp() 461 BuildMI(LoopHeadMBB, DL, TII->get(RISCV::BGE)) in expandAtomicMinMaxOp()
|
D | RISCVInstrInfo.td | 443 def BGE : BranchCC_rri<0b101, "bge">; 676 (BGE X0, GPR:$rs, simm13_lsb0:$offset)>; 678 (BGE GPR:$rs, X0, simm13_lsb0:$offset)>; 691 (BGE GPR:$rt, GPR:$rs, simm13_lsb0:$offset), 0>; 944 def : BccPat<setge, BGE>; 955 def : BccSwapPat<setle, BGE>;
|
/external/llvm-project/flang/lib/Evaluate/ |
D | fold-logical.cpp | 75 auto fptr{&Scalar<LargestInt>::BGE}; in FoldIntrinsicFunction()
|
/external/tremolo/Tremolo/ |
D | mdctLARM.s | 96 BGE unroll_loop 164 BGE unroll_loop3 287 BGE sr_loop 343 BGE presymmetry_loop1 @ while (aX >= in+n4) 363 BGE presymmetry_loop2 @ while (aX >= in) 408 BGE presymmetry_loop3 592 BGE mdct_butterflies_loop1
|
123