Searched defs:blt (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/test/MC/RISCV/ |
D | fixups.s | 47 blt a0, a1, .LBB1 label
|
D | rv32i-invalid.s | 35 blt t0, t1, 4095 # CHECK: :[[@LINE]]:13: error: immediate must be a multiple of 2 bytes in the rang… label 99 blt t0, t1, %hi(2) # CHECK: :[[@LINE]]:13: error: immediate must be a multiple of 2 bytes in the ra… label
|
D | rv32e-valid.s | 29 blt x8, x9, 16 label
|
D | rv32i-valid.s | 132 blt sp, gp, 4094 label
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_emit.c | 58 bool blt = (from == SYNC_RECIPIENT_BLT) || (to == SYNC_RECIPIENT_BLT); in etna_stall() local
|
/external/llvm-project/llvm/test/MC/Lanai/ |
D | v11.s | 81 blt 0x123454 label
|
/external/llvm/test/MC/Lanai/ |
D | v11.s | 81 blt 0x123454 label
|
/external/libaom/libaom/aom_dsp/x86/ |
D | highbd_loopfilter_sse2.c | 29 const uint8_t *t, int bd, __m128i *blt, in get_limit() 327 __m128i *p, __m128i *q, __m128i *pq, const unsigned char *blt, in highbd_lpf_internal_14_sse2()
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | LanguageGroup.java | 67 add(temp, tai, "th", "lo", "blt"); in add()
|
/external/skia/src/core/ |
D | SkVM.h | 337 void blt(Label* l) { this->b(Condition::lt, l); } in blt() function
|