Searched refs:fmask (Results 1 - 19 of 19) sorted by relevance

/external/llvm/test/MC/Mips/
H A Dmips-pdr-bad.s29 .fmask # ASM: :[[@LINE]]:17: error: expected bitmask value
30 .fmask foo # ASM: :[[@LINE]]:20: error: bitmask not an absolute expression
31 .fmask 0x80000000 # ASM: :[[@LINE]]:27: error: unexpected token, expected comma
32 .fmask 0x80000000, # ASM: :[[@LINE]]:28: error: expected frame offset value
33 .fmask 0x80000000, foo # ASM: :[[@LINE]]:32: error: frame offset not an absolute expression
34 .fmask 0x80000000, -4, bar # ASM: :[[@LINE]]:30: error: unexpected token, expected end of statement
H A Dmips_gprel16.s25 .fmask 0x00000000,0
49 .fmask 0x00000000,0
H A Dmips-pdr.s14 # ASMOUT: .fmask 0x01010101,-8
48 .fmask 0x01010101,-8
58 .fmask 0x01010101,-8
H A Delf-tls.s26 .fmask 0x00000000,0
58 .fmask 0x00000000,0
90 .fmask 0x00000000,0
H A Delf-N64.s28 .fmask 0x90000000,-4
H A Delf-gprel-32-64.s33 .fmask 0x00000000,0
H A Dxgot.s30 .fmask 0x00000000,0
H A Ddo_switch1.s21 .fmask 0x00000000,0
H A Ddo_switch2.s20 .fmask 0x00000000,0
H A Ddo_switch3.s20 .fmask 0x00000000,0
H A Delf-relsym.s39 .fmask 0x00000000,0
H A Dr-mips-got-disp.s21 .fmask 0x90000000,-4
H A Dmips_directives.s11 .fmask 0x00000000,0
/external/ltp/testcases/kernel/syscalls/sched_setaffinity/
H A Dsched_setaffinity01.c51 static cpu_set_t *fmask = (void *)-1; variable
65 {&self_pid, &mask_size, &fmask, EFAULT},
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_texture.c263 struct radeon_surface fmask = rtex->surface; local
271 fmask.bpe = 4;
272 fmask.nsamples = 2;
275 fmask.bpe = 8;
276 fmask.nsamples = 4;
279 fmask.bpe = 16;
280 fmask.nsamples = 4;
289 fmask.bpe *= 2;
293 fmask.bankh = nr_samples <= 4 ? 4 : 1;
296 if (rscreen->ws->surface_init(rscreen->ws, &fmask)) {
310 struct r600_fmask_info fmask; local
[all...]
H A Dr600_state.c1422 struct r600_fmask_info fmask; local
1425 r600_texture_get_fmask_info(rscreen, rtex, 8, &fmask);
1447 rctx->dummy_fmask->buf->size < fmask.size ||
1448 rctx->dummy_fmask->buf->alignment % fmask.alignment != 0) {
1450 rctx->dummy_fmask = r600_buffer_create_helper(rscreen, fmask.size, fmask.alignment);
/external/syslinux/gpxe/src/drivers/net/ath5k/
H A Dath5k_eeprom.c1586 unsigned int fmask, pmask; local
1593 fmask = AR5K_EEPROM_FREQ_M(ee->ee_version);
1631 rep[j].freq = (val >> 8) & fmask;
1632 rep[j + 1].freq = val & fmask;
1643 rep[0].freq = (val >> 9) & fmask;
1644 rep[1].freq = (val >> 2) & fmask;
1645 rep[2].freq = (val << 5) & fmask;
1649 rep[3].freq = (val >> 4) & fmask;
1650 rep[4].freq = (val << 3) & fmask;
1654 rep[5].freq = (val >> 6) & fmask;
[all...]
/external/llvm/test/ExecutionEngine/RuntimeDyld/Mips/
H A DELF_Mips64r2N64_PIC_relocations.s33 .fmask 0x00000000,0
81 .fmask 0x00000000,0
/external/google-breakpad/src/common/android/
H A Dbreakpad_getcontext.S270 .fmask 0x00000000, 0
346 .fmask 0x00000000, 0

Completed in 915 milliseconds