Searched refs:fxxx (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | cu12.c | 472 uint8_t fxxx[4] = { 0x0, 0x0, 0x0, 0x80 }; in convert_4_bytes() local 474 fxxx[0] = 0xf0 | i; in convert_4_bytes() 475 fxxx[1] = (i == 0) ? 0x94 : 0x84; in convert_4_bytes() 476 fxxx[2] = 0x7f; in convert_4_bytes() 477 run_test(buff, sizeof buff, fxxx, sizeof fxxx); in convert_4_bytes() 478 fxxx[2] = 0xc0; in convert_4_bytes() 479 run_test(buff, sizeof buff, fxxx, sizeof fxxx); in convert_4_bytes() 486 uint8_t fxxx[4] = { 0x0, 0x0, 0x80, 0x0 }; in convert_4_bytes() local 488 fxxx[0] = 0xf0 | i; in convert_4_bytes() 489 fxxx[1] = (i == 0) ? 0x94 : 0x84; in convert_4_bytes() [all …]
|
D | cu14.c | 472 uint8_t fxxx[4] = { 0x0, 0x0, 0x0, 0x80 }; in convert_4_bytes() local 474 fxxx[0] = 0xf0 | i; in convert_4_bytes() 475 fxxx[1] = (i == 0) ? 0x94 : 0x84; in convert_4_bytes() 476 fxxx[2] = 0x7f; in convert_4_bytes() 477 run_test(buff, sizeof buff, fxxx, sizeof fxxx); in convert_4_bytes() 478 fxxx[2] = 0xc0; in convert_4_bytes() 479 run_test(buff, sizeof buff, fxxx, sizeof fxxx); in convert_4_bytes() 486 uint8_t fxxx[4] = { 0x0, 0x0, 0x80, 0x0 }; in convert_4_bytes() local 488 fxxx[0] = 0xf0 | i; in convert_4_bytes() 489 fxxx[1] = (i == 0) ? 0x94 : 0x84; in convert_4_bytes() [all …]
|
D | cu14_1.c | 472 uint8_t fxxx[4] = { 0x0, 0x0, 0x0, 0x80 }; in convert_4_bytes() local 474 fxxx[0] = 0xf0 | i; in convert_4_bytes() 475 fxxx[1] = (i == 0) ? 0x94 : 0x84; in convert_4_bytes() 476 fxxx[2] = 0x7f; in convert_4_bytes() 477 run_test(buff, sizeof buff, fxxx, sizeof fxxx); in convert_4_bytes() 478 fxxx[2] = 0xc0; in convert_4_bytes() 479 run_test(buff, sizeof buff, fxxx, sizeof fxxx); in convert_4_bytes() 486 uint8_t fxxx[4] = { 0x0, 0x0, 0x80, 0x0 }; in convert_4_bytes() local 488 fxxx[0] = 0xf0 | i; in convert_4_bytes() 489 fxxx[1] = (i == 0) ? 0x94 : 0x84; in convert_4_bytes() [all …]
|
D | cu12_1.c | 472 uint8_t fxxx[4] = { 0x0, 0x0, 0x0, 0x80 }; in convert_4_bytes() local 474 fxxx[0] = 0xf0 | i; in convert_4_bytes() 475 fxxx[1] = (i == 0) ? 0x94 : 0x84; in convert_4_bytes() 476 fxxx[2] = 0x7f; in convert_4_bytes() 477 run_test(buff, sizeof buff, fxxx, sizeof fxxx); in convert_4_bytes() 478 fxxx[2] = 0xc0; in convert_4_bytes() 479 run_test(buff, sizeof buff, fxxx, sizeof fxxx); in convert_4_bytes() 486 uint8_t fxxx[4] = { 0x0, 0x0, 0x80, 0x0 }; in convert_4_bytes() local 488 fxxx[0] = 0xf0 | i; in convert_4_bytes() 489 fxxx[1] = (i == 0) ? 0x94 : 0x84; in convert_4_bytes() [all …]
|