HomeSort by relevance Sort by last modified time
    Searched refs:predicated (Results 1 - 25 of 30) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
predicate-bad-3.l 2 [^:]*:5: Error: instruction 'nop' cannot be predicated
3 [^:]*:6: Error: instruction 'nop' cannot be predicated
4 [^:]*:7: Error: instruction 'addab' cannot be predicated
5 [^:]*:8: Error: instruction 'addah' cannot be predicated
6 [^:]*:9: Error: instruction 'addaw' cannot be predicated
7 [^:]*:10: Error: instruction 'callp' cannot be predicated
8 [^:]*:11: Error: instruction 'addsub' cannot be predicated
9 [^:]*:12: Error: instruction 'addsub2' cannot be predicated
10 [^:]*:13: Error: instruction 'cmpy' cannot be predicated
11 [^:]*:14: Error: instruction 'cmpyr' cannot be predicated
    [all...]
predicate-bad-2.l 3 [^:]*:5: Error: instruction 'nop' cannot be predicated
4 [^:]*:6: Error: instruction 'nop' cannot be predicated
5 [^:]*:7: Error: instruction 'nop' cannot be predicated
6 [^:]*:8: Error: instruction 'nop' cannot be predicated
7 [^:]*:9: Error: instruction 'nop' cannot be predicated
8 [^:]*:10: Error: instruction 'nop' cannot be predicated
10 [^:]*:11: Error: instruction 'nop' cannot be predicated
11 [^:]*:12: Error: instruction 'nop' cannot be predicated
12 [^:]*:13: Error: instruction 'nop' cannot be predicated
13 [^:]*:14: Error: instruction 'nop' cannot be predicated
    [all...]
parallel-bad-1.l 16 [^:]*:26: Error: instruction 'nop' cannot be predicated
18 [^:]*:28: Error: instruction 'nop' cannot be predicated
predicate-bad-3.s 1 # Test instructions that cannot be predicated.
  /external/llvm/test/MC/Hexagon/
new-value-check.s 9 # invalid: r0 definition predicated on the opposite condition
61 # valid: r0 definition and use identically predicated
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_shader.h 43 unsigned predicated:1; member in struct:sh_op
svga_shader_dump.c 74 if (op.predicated) {
501 if (op->op.predicated) {
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.cpp 174 if (inst->predicated)
185 if (inst->predicated)
brw_fs_copy_propagation.cpp 120 !inst->predicated &&
brw_fs_cse.cpp 95 if (is_expression(inst) && !inst->predicated && inst->mlen == 0 &&
brw_fs.cpp 145 predicated == inst->predicated &&
742 inst->predicated = true;
    [all...]
brw_fs_visitor.cpp 316 inst->predicated = true;
321 inst->predicated = true;
533 inst->predicated = true;
551 inst->predicated = true;
625 const glsl_type *type, bool predicated)
636 if (predicated || !l.equals(r)) {
638 inst->predicated = predicated;
647 emit_assignment_writes(l, r, type->fields.array, predicated);
654 predicated);
    [all...]
brw_fs.h 161 bool predicated; member in class:fs_inst
332 const glsl_type *type, bool predicated);
brw_fs_schedule_instructions.cpp 301 if (inst->predicated) {
385 if (inst->predicated) {
brw_fs_live_variables.cpp 81 !inst->predicated &&
brw_fs_reg_allocate.cpp 411 if (inst->predicated || inst->force_uncompressed || inst->force_sechalf) {
brw_fs_emit.cpp 797 brw_set_predicate_control(p, inst->predicated);
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
thumb2-diagnostics.s 28 @ CHECK-ERRORS: error: predicated instructions must be in IT block
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
ANTLRv3.g 350 : (rew+='->' preds+=SEMPRED predicated+=rewrite_alternative)*
352 -> ^($rew $preds $predicated)* ^($rew2 $last)
  /external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
ANTLRv3.g 354 : (rew+='->' preds+=SEMPRED predicated+=rewrite_alternative)*
356 -> ^($rew $preds $predicated)* ^($rew2 $last)
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_shaderdefs.h 362 uint32 predicated : 1; member in struct:__anon27427::__anon27428::__anon27430
  /external/llvm/test/MC/ARM/
thumb2-diagnostics.s 31 @ CHECK-ERRORS: error: predicated instructions must be in IT block
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 110 // what about predicated edges coming from EOT
  /external/libunwind/doc/
libunwind-dynamic.tex 281 predicated architecturs such as IA-64 or ARM, where the contents of
286 architectures, predicated or not).
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_insn.c     [all...]

Completed in 567 milliseconds

1 2