Home
last modified time | relevance | path

Searched refs:aop (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/mesa/main/tests/
H A Dmesa_formats.cpp108 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \ in TEST_F()
113 EXPECT_TRUE(a aop 0); \ in TEST_F()
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_builder.cpp376 const alu_op_info *aop = bc.op_ptr; in build_alu() local
422 if (aop->src_count<3) { in build_alu()
440 if (ctx.is_cayman() && (aop->flags & AF_MOVA)) { in build_alu()
456 } else if (ctx.is_cayman() && (aop->flags & (AF_PRED|AF_KILL))) { in build_alu()
/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobj_dat.c177 ADDED_OBJ *ao[4] = { NULL, NULL, NULL, NULL }, *aop; in OBJ_add_object() local
201 aop = lh_ADDED_OBJ_insert(added, ao[i]); in OBJ_add_object()
203 OPENSSL_free(aop); in OBJ_add_object()
/third_party/openssl/crypto/objects/
H A Dobj_dat.c177 ADDED_OBJ *ao[4] = { NULL, NULL, NULL, NULL }, *aop; in OBJ_add_object() local
201 aop = lh_ADDED_OBJ_insert(added, ao[i]); in OBJ_add_object()
203 OPENSSL_free(aop); in OBJ_add_object()
/third_party/mesa3d/src/asahi/compiler/
H A Dagx_compile.c648 #define UNOP(nop, aop) \ in agx_emit_alu()
649 case nir_op_ ## nop: return agx_ ## aop ## _to(b, dst, s0); in agx_emit_alu()
650 #define BINOP(nop, aop) \ in agx_emit_alu()
651 case nir_op_ ## nop: return agx_ ## aop ## _to(b, dst, s0, s1); in agx_emit_alu()
652 #define TRIOP(nop, aop) \ in agx_emit_alu()
653 case nir_op_ ## nop: return agx_ ## aop ## _to(b, dst, s0, s1, s2); in agx_emit_alu()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_disasm.c472 static const char *const aop[16] = { variable
2324 control(file, "atomic op", aop, in brw_disassemble_inst()
2371 control(file, "atomic op", aop, msg_ctrl & 0xf, &space); in brw_disassemble_inst()
H A Dbrw_lower_logical_sends.cpp1642 brw_atomic_op_to_lsc_fatomic_op(uint32_t aop) in brw_atomic_op_to_lsc_fatomic_op() argument
1644 switch(aop) { in brw_atomic_op_to_lsc_fatomic_op()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c2353 const struct alu_op_info *aop = r600_isa_alu(alu->op); in r600_bytecode_disasm() local
2366 o += fprintf(stderr, "%s%s%s ", aop->name, in r600_bytecode_disasm()
2371 for (i = 0; i < aop->src_count; ++i) { in r600_bytecode_disasm()

Completed in 15 milliseconds