• Home
  • Raw
  • Download

Lines Matching refs:opnds

76    const opnd_t *opnd1  = &data->opnds[0];  in check_result_for_binary()
77 const opnd_t *opnd2 = &data->opnds[1]; in check_result_for_binary()
362 opnd_t *opnds = data->opnds; in test_shift() local
367 for (unsigned amount = 0; amount < bitsof_irtype(opnds[0].type); ++amount) { in test_shift()
368 opnds[1].value.u8 = amount; in test_shift()
371 num_input_bits = bitsof_irtype(opnds[0].type); in test_shift()
374 opnds[0].vbits = onehot_vbits(i, bitsof_irtype(opnds[0].type)); in test_shift()
375 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type)); in test_shift()
389 num_input_bits = bitsof_irtype(opnds[1].type); in test_shift()
392 opnds[0].vbits = defined_vbits(bitsof_irtype(opnds[0].type)); in test_shift()
393 opnds[1].vbits = onehot_vbits(i, bitsof_irtype(opnds[1].type)); in test_shift()
443 opnd_t *opnds = data->opnds; in test_and() local
451 num_input_bits = bitsof_irtype(opnds[0].type); in test_and()
454 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_and()
455 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type)); in test_and()
456 opnds[1].value = all_bits_zero_value(bitsof_irtype(opnds[1].type)); in test_and()
465 num_input_bits = bitsof_irtype(opnds[1].type); in test_and()
468 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_and()
469 opnds[0].vbits = defined_vbits(bitsof_irtype(opnds[0].type)); in test_and()
470 opnds[0].value = all_bits_zero_value(bitsof_irtype(opnds[0].type)); in test_and()
483 num_input_bits = bitsof_irtype(opnds[0].type); in test_and()
486 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_and()
487 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type)); in test_and()
488 opnds[1].value = all_bits_one_value(bitsof_irtype(opnds[1].type)); in test_and()
497 num_input_bits = bitsof_irtype(opnds[1].type); in test_and()
500 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_and()
501 opnds[0].vbits = defined_vbits(bitsof_irtype(opnds[0].type)); in test_and()
502 opnds[0].value = all_bits_one_value(bitsof_irtype(opnds[0].type)); in test_and()
517 opnd_t *opnds = data->opnds; in test_or() local
525 num_input_bits = bitsof_irtype(opnds[0].type); in test_or()
527 opnds[0].vbits = defined_vbits(bitsof_irtype(opnds[0].type)); in test_or()
528 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type)); in test_or()
529 opnds[1].value = all_bits_one_value(bitsof_irtype(opnds[1].type)); in test_or()
532 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_or()
541 num_input_bits = bitsof_irtype(opnds[1].type); in test_or()
543 opnds[0].vbits = defined_vbits(bitsof_irtype(opnds[0].type)); in test_or()
544 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type)); in test_or()
545 opnds[0].value = all_bits_one_value(bitsof_irtype(opnds[0].type)); in test_or()
548 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_or()
561 num_input_bits = bitsof_irtype(opnds[0].type); in test_or()
563 opnds[0].vbits = defined_vbits(bitsof_irtype(opnds[0].type)); in test_or()
564 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type)); in test_or()
565 opnds[1].value = all_bits_zero_value(bitsof_irtype(opnds[1].type)); in test_or()
568 opnds[0].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[0].type)); in test_or()
577 num_input_bits = bitsof_irtype(opnds[1].type); in test_or()
579 opnds[0].vbits = defined_vbits(bitsof_irtype(opnds[0].type)); in test_or()
580 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type)); in test_or()
581 opnds[0].value = all_bits_zero_value(bitsof_irtype(opnds[0].type)); in test_or()
584 opnds[1].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[1].type)); in test_or()
599 opnd_t *opnds = data->opnds; in test_binary_op() local
629 num_input_bits = bitsof_irtype(opnds[i].type); in test_binary_op()
630 opnds[0].vbits = defined_vbits(bitsof_irtype(opnds[0].type)); in test_binary_op()
631 opnds[1].vbits = defined_vbits(bitsof_irtype(opnds[1].type)); in test_binary_op()
635 memset(&opnds[1].value, 0xff, sizeof opnds[1].value); in test_binary_op()
654 opnds[1].value.u64 = 1; in test_binary_op()
658 opnds[i].vbits = onehot_vbits(bitpos, bitsof_irtype(opnds[i].type)); in test_binary_op()