Home
last modified time | relevance | path

Searched refs:BLT (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp225 case RISCV::BLT: in getOppositeBranchOpcode()
228 return RISCV::BLT; in getOppositeBranchOpcode()
442 case RISCV::BLT: in isBranchOffsetInRange()
DRISCVInstrInfo.td392 def BLT : BranchCC_rri<0b100, "blt">;
618 (BLT GPR:$rs, X0, simm13_lsb0:$offset)>;
620 (BLT X0, GPR:$rs, simm13_lsb0:$offset)>;
627 (BLT GPR:$rt, GPR:$rs, simm13_lsb0:$offset), 0>;
881 def : BccPat<setlt, BLT>;
892 def : BccSwapPat<setgt, BLT>;
DRISCVISelLowering.cpp373 return RISCV::BLT; in getBranchOpcodeForIntCondCode()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java52 BLT("Balti", "bft"), enumConstant
/third_party/node/deps/v8/src/codegen/loong64/
Dconstants-loong64.h243 BLT = 0x18U << 26, enumerator
943 case BLT: in InstructionType()
Dassembler-loong64.cc312 opcode == BNE || opcode == BLT || opcode == BGE || in IsBranch()
656 case BLT: in BranchOffset()
991 GenBJ(BLT, rj, rd, offset); in blt()
/third_party/mesa3d/docs/relnotes/
D21.3.4.rst79 - intel/genxml/gen4-5: fix more Raster Operation in BLT to be a uint
D18.1.8.rst146 - i965/miptree: Use the correct BLT pitch
D10.5.1.rst128 - i965: Split Gen4-5 BlitFramebuffer code; prefer BLT over Meta.
D7.10.rst1383 - i965: Add support for using the BLT ring on gen6.
2848 - i965: use BLT to clear buffer if possible on Sandybridge
D22.0.0.rst1052 - intel/genxml/gen4-5: fix more Raster Operation in BLT to be a uint
2492 - iris: Create an IRIS_BATCH_BLITTER for using the BLT command streamer
D21.3.0.rst1132 - crocus: align staging resource pitch on gen4/5 to allow BLT usage.
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/mme/
Dcomc597.mme.h532 MME_INSN(0, BLT, ZERO, R5, ZERO, (2<<14)|0x000e, NONE, NONE,
632 MME_INSN(0, BLT, ZERO, R5, ZERO, (2<<14)|0x000f, NONE, NONE,
742 MME_INSN(0, BLT, ZERO, R9, R8, (2<<14)|0x000e, NONE, NONE,
/third_party/python/Modules/
DSetup274 # specific extension (e.g. Tix or BLT), leave the corresponding line
293 # *** Uncomment and edit for BLT extension only:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp508 case Mips::BLT: in getEquivalentCompactForm()
DMipsInstrInfo.td2913 def BLT : CondBranchPseudo<"blt">;
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeRISCV_common.c87 #define BLT (F3(0x4) | OPC(0x63)) macro
1066 …FAIL_IF(push_inst(compiler, BLT | RS1(TMP_REG2) | RS2(TMP_ZERO) | ((sljit_ins)(2 * SSIZE_OF(ins)) … in emit_clz_ctz()
2469 inst = BLT | RS1(src1) | RS2(src2) | BRANCH_LENGTH; in sljit_emit_cmp()
2475 inst = BLT | RS1(src2) | RS2(src1) | BRANCH_LENGTH; in sljit_emit_cmp()
/third_party/node/deps/v8/src/diagnostics/loong64/
Ddisasm-loong64.cc640 case BLT: in DecodeTypekOp6()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp2407 case Mips::BLT: in tryExpandInstruction()
3891 PseudoOpcode = Mips::BLT; in expandCondBranches()
3946 case Mips::BLT: in expandCondBranches()
4004 if (PseudoOpcode == Mips::BLT) { in expandCondBranches()
/third_party/rust/crates/memchr/bench/data/sliceslice/
Dwords.txt413 BLT
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc2604 case BLT: in DecodeTypeOp6()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/Mips/
DMipsGenAsmWriter.inc1548 268459523U, // BLT
4302 0U, // BLT
DMipsGenMCCodeEmitter.inc9782 CEFBS_None, // BLT = 307
DMipsGenInstrInfo.inc322 BLT = 307,
5168 …UnmodeledSideEffects), 0x10ULL, nullptr, nullptr, OperandInfo50, -1 ,nullptr }, // Inst #307 = BLT
DMipsGenAsmMatcher.inc5764 …{ 1312 /* blt */, Mips::BLT, Convert__GPR32AsmReg1_0__GPR32AsmReg1_1__JumpTarget1_2, AMFBS_None, {…

12