HomeSort by relevance Sort by last modified time
    Searched defs:ALU2 (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 136 #define ALU2(OP) \
153 ALU2(SEL)
155 ALU2(AND)
156 ALU2(OR)
157 ALU2(XOR)
158 ALU2(SHR)
159 ALU2(SHL)
161 ALU2(ASR)
164 ALU2(ADD)
165 ALU2(AVG
    [all...]
brw_fs_builder.h 427 #define ALU2(op) \
451 ALU2(ADD)
453 ALU2(AND)
454 ALU2(ASR)
455 ALU2(AVG)
457 ALU2(BFI1)
461 ALU2(CMPN)
464 ALU2(DP2)
465 ALU2(DP3)
466 ALU2(DP4
    [all...]
brw_vec4_builder.h 373 #define ALU2(op) \
397 ALU2(ADD)
399 ALU2(AND)
400 ALU2(ASR)
401 ALU2(AVG)
403 ALU2(BFI1)
407 ALU2(CMPN)
410 ALU2(DP2)
411 ALU2(DP3)
412 ALU2(DP4
    [all...]
brw_eu_emit.c     [all...]
brw_vec4_visitor.cpp 127 #define ALU2(op) \
165 ALU2(ADD)
166 ALU2(MUL)
168 ALU2(AND)
169 ALU2(OR)
170 ALU2(XOR)
171 ALU2(DP3)
172 ALU2(DP4)
173 ALU2(DPH)
174 ALU2(SHL
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
nds32-asm.h 275 #define ALU2(sub) (OP6 (ALU2) | N32_ALU2_ ## sub)

Completed in 118 milliseconds