/external/llvm-project/llvm/test/MC/AMDGPU/ |
D | mtbuf.s | 13 tbuffer_load_format_x v1, off, s[4:7], dfmt:15, nfmt:2, s1 17 tbuffer_load_format_xy v[1:2], off, s[4:7], dfmt:15, nfmt:2, s1 21 tbuffer_load_format_xyz v[1:3], off, s[4:7], dfmt:15, nfmt:2, s1 25 tbuffer_load_format_xyzw v[1:4], off, s[4:7], dfmt:15, nfmt:2, s1 29 tbuffer_store_format_x v1, off, s[4:7], dfmt:15, nfmt:2, s1 33 tbuffer_store_format_xy v[1:2], off, s[4:7], dfmt:15, nfmt:2, s1 37 tbuffer_store_format_xyzw v[1:4], off, s[4:7], dfmt:15, nfmt:2, s1 41 tbuffer_store_format_xyzw v[1:4], off, ttmp[4:7], dfmt:15, nfmt:2, ttmp1 51 tbuffer_store_format_xyzw v[1:4], off, ttmp[4:7], nfmt:2, ttmp1 56 tbuffer_store_format_xyzw v[1:4], off, ttmp[4:7], nfmt:2, dfmt:15, ttmp1 [all …]
|
D | buf-fmt-d16-packed.s | 46 tbuffer_load_format_d16_x v1, off, s[4:7], dfmt:15, nfmt:2, s1 49 tbuffer_load_format_d16_xy v1, off, s[4:7], dfmt:15, nfmt:2, s1 53 tbuffer_load_format_d16_xyz v[1:2], off, s[4:7], dfmt:15, nfmt:2, s1 57 tbuffer_load_format_d16_xyzw v[1:2], off, s[4:7], dfmt:15, nfmt:2, s1 61 tbuffer_store_format_d16_x v1, off, s[4:7], dfmt:15, nfmt:2, s1 64 tbuffer_store_format_d16_xy v1, off, s[4:7], dfmt:15, nfmt:2, s1 68 tbuffer_store_format_d16_xyz v[1:2], off, s[4:7], dfmt:15, nfmt:2, s1 72 tbuffer_store_format_d16_xyzw v[1:2], off, s[4:7], dfmt:15, nfmt:2, s1
|
D | buf-fmt-d16-unpacked.s | 45 tbuffer_load_format_d16_x v1, off, s[4:7], dfmt:15, nfmt:2, s1 48 tbuffer_load_format_d16_xy v[1:2], off, s[4:7], dfmt:15, nfmt:2, s1 52 tbuffer_load_format_d16_xyz v[1:3], off, s[4:7], dfmt:15, nfmt:2, s1 56 tbuffer_load_format_d16_xyzw v[1:4], off, s[4:7], dfmt:15, nfmt:2, s1 60 tbuffer_store_format_d16_x v1, off, s[4:7], dfmt:15, nfmt:2, s1 63 tbuffer_store_format_d16_xy v[1:2], off, s[4:7], dfmt:15, nfmt:2, s1 67 tbuffer_store_format_d16_xyz v[1:3], off, s[4:7], dfmt:15, nfmt:2, s1 71 tbuffer_store_format_d16_xyzw v[1:4], off, s[4:7], dfmt:15, nfmt:2, s1
|
D | gfx9_err_pos.s | 187 tbuffer_store_format_xyzw v[1:4], off, ttmp[4:7] dfmt:16 nfmt:1 s0 195 tbuffer_store_format_xyzw v[1:4], off, ttmp[4:7] dfmt:1 nfmt:-1 s0
|
/external/icu/icu4c/source/samples/cal/ |
D | cal.c | 431 UNumberFormat *nfmt; in print_month() local 487 nfmt = unum_open(UNUM_DECIMAL, NULL,0,NULL,NULL, status); in print_month() 503 unum_format(nfmt, day, s, BUF_SIZE, 0, status); in print_month() 533 unum_close(nfmt); in print_month() 548 UNumberFormat *nfmt; in print_year() local 599 nfmt = unum_open(UNUM_DECIMAL,NULL, 0,NULL,NULL, status); in print_year() 674 unum_format(nfmt, left_day, s, BUF_SIZE, 0, status); in print_year() 722 unum_format(nfmt, right_day, s, BUF_SIZE, 0, status); in print_year() 762 unum_close(nfmt); in print_year()
|
/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
D | SimpleDateFormatICU.java | 228 com.ibm.icu.text.NumberFormat nfmt = fIcuSdf.getNumberFormat(); in getNumberFormat() local 229 if (nfmt instanceof NumberFormatJDK) { in getNumberFormat() 230 return ((NumberFormatJDK)nfmt).unwrap(); in getNumberFormat() 232 if (nfmt instanceof com.ibm.icu.text.DecimalFormat) { in getNumberFormat() 233 return DecimalFormatICU.wrap((com.ibm.icu.text.DecimalFormat)nfmt); in getNumberFormat() 235 return NumberFormatICU.wrap(nfmt); in getNumberFormat()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | NumberFormatRegressionTest.java | 286 NumberFormat nfmt = NumberFormat.getInstance(); in TestT5698() local 290 Number n = nfmt.parse(data[i]); in TestT5698() 315 NumberFormat nfmt = NumberFormat.getInstance(); in TestSurrogatesParsing() local 319 Number n = nfmt.parse(data[i]); in TestSurrogatesParsing()
|
D | NumberFormatTest.java | 1973 NumberFormat nfmt = NumberFormat.getCurrencyInstance(new Locale("und", "PH")); in Test6816() local 1974 DecimalFormatSymbols decsym = ((DecimalFormat)nfmt).getDecimalFormatSymbols(); in Test6816() 4429 NumberFormat nfmt = NumberFormat.getInstance(); 4430 DisplayContext context = nfmt.getContext(DisplayContext.Type.CAPITALIZATION); 4434 nfmt.setContext(DisplayContext.CAPITALIZATION_FOR_STANDALONE); 4435 context = nfmt.getContext(DisplayContext.Type.CAPITALIZATION);
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | NumberFormatRegressionTest.java | 283 NumberFormat nfmt = NumberFormat.getInstance(); in TestT5698() local 287 Number n = nfmt.parse(data[i]); in TestT5698() 312 NumberFormat nfmt = NumberFormat.getInstance(); in TestSurrogatesParsing() local 316 Number n = nfmt.parse(data[i]); in TestSurrogatesParsing()
|
D | NumberFormatTest.java | 1970 NumberFormat nfmt = NumberFormat.getCurrencyInstance(new Locale("und", "PH")); in Test6816() local 1971 DecimalFormatSymbols decsym = ((DecimalFormat)nfmt).getDecimalFormatSymbols(); in Test6816() 4426 NumberFormat nfmt = NumberFormat.getInstance(); 4427 DisplayContext context = nfmt.getContext(DisplayContext.Type.CAPITALIZATION); 4431 nfmt.setContext(DisplayContext.CAPITALIZATION_FOR_STANDALONE); 4432 context = nfmt.getContext(DisplayContext.Type.CAPITALIZATION);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSearchableTables.td | 33 class GcnBufferFormatBase<bits<8> f, bits<8> bpc, bits<8> numc, bits<8> nfmt, bits<8> dfmt> { 37 bits<8> NumFormat = nfmt; 41 …bits<8> f, bits<8> bpc, bits<8> numc, bits<8> nfmt, bits<8> dfmt> : GcnBufferFormatBase<f, bpc, nu… 42 …bits<8> f, bits<8> bpc, bits<8> numc, bits<8> nfmt, bits<8> dfmt> : GcnBufferFormatBase<f, bpc, nu…
|
D | BUFInstructions.td | 135 bits<3> nfmt = format{6-4}; 2131 let Inst{25-23} = nfmt; 2360 let Inst{25-23} = nfmt; 2390 let Inst{25-23} = nfmt;
|
/external/mesa3d/src/amd/common/ |
D | ac_shader_util.c | 108 unsigned ac_get_tbuffer_format(enum chip_class chip_class, unsigned dfmt, unsigned nfmt) in ac_get_tbuffer_format() argument 163 switch (nfmt) { in ac_get_tbuffer_format() 190 return dfmt | (nfmt << 4); in ac_get_tbuffer_format()
|
D | ac_shader_util.h | 87 unsigned ac_get_tbuffer_format(enum chip_class chip_class, unsigned dfmt, unsigned nfmt);
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUSearchableTables.td | 33 class GcnBufferFormatBase<bits<8> f, bits<8> bpc, bits<8> numc, bits<8> nfmt, bits<8> dfmt> { 37 bits<8> NumFormat = nfmt; 41 …bits<8> f, bits<8> bpc, bits<8> numc, bits<8> nfmt, bits<8> dfmt> : GcnBufferFormatBase<f, bpc, nu… 42 …bits<8> f, bits<8> bpc, bits<8> numc, bits<8> nfmt, bits<8> dfmt> : GcnBufferFormatBase<f, bpc, nu…
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.h | 276 unsigned num_channels, unsigned dfmt, unsigned nfmt, 282 unsigned nfmt, unsigned cache_policy, bool can_speculate); 302 unsigned num_channels, unsigned dfmt, unsigned nfmt, 307 unsigned num_channels, unsigned dfmt, unsigned nfmt,
|
D | ac_llvm_build.c | 1146 unsigned nfmt = V_008F0C_BUF_NUM_FORMAT_UINT; in ac_build_buffer_store_dword() local 1150 nfmt, cache_policy); in ac_build_buffer_store_dword() 1244 unsigned num_channels, unsigned dfmt, unsigned nfmt, in ac_build_tbuffer_load() argument 1257 args[idx++] = LLVMConstInt(ctx->i32, ac_get_tbuffer_format(ctx->chip_class, dfmt, nfmt), 0); in ac_build_tbuffer_load() 1275 unsigned num_channels, unsigned dfmt, unsigned nfmt, in ac_build_struct_tbuffer_load() argument 1279 nfmt, cache_policy, can_speculate, true); in ac_build_struct_tbuffer_load() 1285 unsigned nfmt, unsigned cache_policy, bool can_speculate) in ac_build_raw_tbuffer_load() argument 1288 nfmt, cache_policy, can_speculate, false); in ac_build_raw_tbuffer_load() 1305 unsigned nfmt = V_008F0C_BUF_NUM_FORMAT_UINT; in ac_build_tbuffer_load_short() local 1307 res = ac_build_raw_tbuffer_load(ctx, rsrc, voffset, soffset, immoffset, 1, dfmt, nfmt, in ac_build_tbuffer_load_short() [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | VIInstrFormats.td | 68 bits<3> nfmt; 82 let Inst{25-23} = nfmt;
|
D | SIIntrinsics.td | 31 llvm_i32_ty, // nfmt(imm)
|
D | SIInstrFormats.td | 543 bits<3> nfmt; 557 let Inst{25-23} = nfmt;
|
/external/mesa3d/src/amd/compiler/ |
D | aco_instruction_selection_setup.cpp | 599 unsigned nfmt = (attrib_format >> 4) & 0x7; in init_context() local 602 if (nfmt == V_008F0C_BUF_NUM_FORMAT_UNORM) { in init_context() 604 } else if (nfmt == V_008F0C_BUF_NUM_FORMAT_UINT || in init_context() 605 nfmt == V_008F0C_BUF_NUM_FORMAT_USCALED) { in init_context() 606 bool uscaled = nfmt == V_008F0C_BUF_NUM_FORMAT_USCALED; in init_context()
|
D | aco_opt_value_numbering.cpp | 260 aM->nfmt == bM->nfmt && in operator ()()
|
D | aco_print_ir.cpp | 541 switch (mtbuf->nfmt) { in print_instr_format_specific()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 1032 llvm_i32_ty, // nfmt(imm) 1048 llvm_i32_ty, // nfmt(imm) 1064 llvm_i32_ty, // format(imm; bits 3..0 = dfmt, bits 6..4 = nfmt) 1078 llvm_i32_ty, // format(imm; bits 3..0 = dfmt, bits 6..4 = nfmt) 1092 llvm_i32_ty, // format(imm; bits 3..0 = dfmt, bits 6..4 = nfmt) 1107 llvm_i32_ty, // format(imm; bits 3..0 = dfmt, bits 6..4 = nfmt)
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | IntrinsicsAMDGPU.td | 1077 llvm_i32_ty, // nfmt(imm) 1094 llvm_i32_ty, // nfmt(imm) 1111 llvm_i32_ty, // format(imm; bits 3..0 = dfmt, bits 6..4 = nfmt) 1126 llvm_i32_ty, // format(imm; bits 3..0 = dfmt, bits 6..4 = nfmt) 1141 llvm_i32_ty, // format(imm; bits 3..0 = dfmt, bits 6..4 = nfmt) 1157 llvm_i32_ty, // format(imm; bits 3..0 = dfmt, bits 6..4 = nfmt)
|