/external/clang/test/ASTMerge/Inputs/ |
category1.m | 35 @interface I2 (Cat4) 38 @implementation I2 (Cat4)
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
disasm-a3xx.c | 356 instr_cat4_t *cat4 = &instr->cat4; local 359 print_reg_dst((reg_t)(cat4->dst), cat4->full ^ cat4->dst_half, false); 362 if (cat4->c.src_c) { 363 print_reg_src((reg_t)(cat4->c.src), cat4->full, 364 cat4->src_r, cat4->c.src_c, cat4->src_im [all...] |
ir3.c | 379 instr_cat4_t *cat4 = ptr; local 385 cat4->rel.src = reg(src, info, instr->repeat, 388 cat4->rel.src_c = !!(src->flags & IR3_REG_CONST); 389 cat4->rel.src_rel = 1; 392 cat4->c.src = reg(src, info, instr->repeat, 395 cat4->c.src_c = 1; 398 cat4->src = reg(src, info, instr->repeat, 403 cat4->src_im = !!(src->flags & IR3_REG_IMMED); 404 cat4->src_neg = !!(src->flags & IR3_REG_FNEG); 405 cat4->src_abs = !!(src->flags & IR3_REG_FABS) [all...] |
ir3_depth.c | 58 /* worst case is cat1-3 (alu) -> cat4/5 needing 6 cycles, normal 59 * alu -> alu needs 3 cycles, cat4 -> alu and texture fetch
|
instr-a3xx.h | 678 instr_cat4_t cat4; member in union:PACKED 684 uint32_t repeat : 3; /* cat0-cat4 */ 686 uint32_t ss : 1; /* cat1-cat4 (cat0??) */ 687 uint32_t ul : 1; /* cat2-cat4 (and cat1 in blob.. which may be bug??) */ 703 case 4: return instr->cat4.opc;
|
ir3.h | 1094 /* cat4 instructions: */
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68hc11/ |
movb.s | 267 movb #0xaa,cat4,x 275 movw #0x44,cat4,x 283 movb #0xaa,cat4,y 291 movw #0x44,cat4,y 299 movb #0xaa,cat4,pc 307 movw #0x44,cat4,pc 315 movb #0xaa,cat4,sp 323 movw #0x44,cat4,sp 332 cat4=7
|
/external/libvpx/libvpx/vp8/common/ |
entropy.c | 121 init_bit_tree(cat4, 4); 130 static const vp8_tree_index cat4[8] = { 2, 2, 4, 4, 6, 6, 0, 0 }; variable 139 { cat2, Pcat2, 2, 7 }, { cat3, Pcat3, 3, 11 }, { cat4, Pcat4, 4, 19 },
|
/external/mesa3d/docs/relnotes/ |
9.2.4.html | 84 <li>freedreno/a3xx/compiler: cat4 cannot use const reg as src</li>
|
/external/libchrome/base/test/ |
trace_event_analyzer_unittest.cc | 648 // end is cat4 652 TRACE_EVENT_INSTANT1("cat4", "end", TRACE_EVENT_SCOPE_THREAD, "id", 2); 686 // cat2 and cat4 are associated. 688 Query::OtherCategory() == Query::String("cat4"), &found); 691 // cat4 and cat2 are not associated. 692 analyzer->FindEvents(Query::EventCategory() == Query::String("cat4") && [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_tokenize.c | 285 { vp9_cat4_prob, 4, CAT4_MIN_VAL, cat4_cost }, // CAT4 299 { vp9_cat4_prob, 4, CAT4_MIN_VAL, cat4_cost }, // CAT4
|
/toolchain/binutils/binutils-2.27/bfd/ |
ChangeLog-9193 | [all...] |
ChangeLog-0001 | [all...] |