Searched refs:nsrc (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_optimize.c | 36 [BRW_OPCODE_MOV] = { .name = "mov", .nsrc = 1, .ndst = 1, .is_arith = 1 }, 37 [BRW_OPCODE_FRC] = { .name = "frc", .nsrc = 1, .ndst = 1, .is_arith = 1 }, 38 [BRW_OPCODE_RNDU] = { .name = "rndu", .nsrc = 1, .ndst = 1, .is_arith = 1 }, 39 [BRW_OPCODE_RNDD] = { .name = "rndd", .nsrc = 1, .ndst = 1, .is_arith = 1 }, 40 [BRW_OPCODE_RNDE] = { .name = "rnde", .nsrc = 1, .ndst = 1, .is_arith = 1 }, 41 [BRW_OPCODE_RNDZ] = { .name = "rndz", .nsrc = 1, .ndst = 1, .is_arith = 1 }, 42 [BRW_OPCODE_NOT] = { .name = "not", .nsrc = 1, .ndst = 1, .is_arith = 1 }, 43 [BRW_OPCODE_LZD] = { .name = "lzd", .nsrc = 1, .ndst = 1 }, 45 [BRW_OPCODE_MUL] = { .name = "mul", .nsrc = 2, .ndst = 1, .is_arith = 1 }, 46 [BRW_OPCODE_MAC] = { .name = "mac", .nsrc = 2, .ndst = 1, .is_arith = 1 }, [all …]
|
D | brw_disasm.c | 37 int nsrc; member 40 [BRW_OPCODE_MOV] = { .name = "mov", .nsrc = 1, .ndst = 1 }, 41 [BRW_OPCODE_FRC] = { .name = "frc", .nsrc = 1, .ndst = 1 }, 42 [BRW_OPCODE_RNDU] = { .name = "rndu", .nsrc = 1, .ndst = 1 }, 43 [BRW_OPCODE_RNDD] = { .name = "rndd", .nsrc = 1, .ndst = 1 }, 44 [BRW_OPCODE_RNDE] = { .name = "rnde", .nsrc = 1, .ndst = 1 }, 45 [BRW_OPCODE_RNDZ] = { .name = "rndz", .nsrc = 1, .ndst = 1 }, 46 [BRW_OPCODE_NOT] = { .name = "not", .nsrc = 1, .ndst = 1 }, 47 [BRW_OPCODE_LZD] = { .name = "lzd", .nsrc = 1, .ndst = 1 }, 49 [BRW_OPCODE_MUL] = { .name = "mul", .nsrc = 2, .ndst = 1 }, [all …]
|
D | brw_context.h | 1085 int nsrc; member
|
/external/elfutils/libelf/ |
D | version_xlate.h | 146 GElf_Verneed *nsrc; in elf_cvt_Verneed() local 173 nsrc = (GElf_Verneed *) ((char *) src + need_offset); in elf_cvt_Verneed() 178 ndest->vn_version = bswap_16 (nsrc->vn_version); in elf_cvt_Verneed() 179 ndest->vn_cnt = bswap_16 (nsrc->vn_cnt); in elf_cvt_Verneed() 180 ndest->vn_file = bswap_32 (nsrc->vn_file); in elf_cvt_Verneed() 181 ndest->vn_aux = bswap_32 (nsrc->vn_aux); in elf_cvt_Verneed() 182 ndest->vn_next = bswap_32 (nsrc->vn_next); in elf_cvt_Verneed() 187 aux_offset = need_offset + nsrc->vn_aux; in elf_cvt_Verneed() 218 need_offset += nsrc->vn_next; in elf_cvt_Verneed() 220 ndest->vn_version = bswap_16 (nsrc->vn_version); in elf_cvt_Verneed() [all …]
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 3506 UChar nsrc[10] = {0}; in TestFullRoundtrip() local 3509 nsrc[0]=0x0061; in TestFullRoundtrip() 3513 nsrc[2]=0x5555; in TestFullRoundtrip() 3514 TestConv(nsrc,3,cp,"",NULL,0); in TestFullRoundtrip() 3546 nsrc[1]=usource[0]; in TestFullRoundtrip() 3547 nsrc[2]=usource[1]; in TestFullRoundtrip() 3548 nsrc[len+1]=0x5555; in TestFullRoundtrip() 3549 TestConv(nsrc,len+2,cp,"",NULL,0); in TestFullRoundtrip()
|