Searched refs:operand2 (Results 1 – 8 of 8) sorted by relevance
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ltrace/ |
H A D | 0001-ARM-code-has-unreachable-code-after-switch-statement.patch | 9 uint32_t operand1, operand2, result = 0; 27 + uint32_t operand1, operand2, result = 0; 36 - uint32_t operand1, operand2, result = 0;
|
/openbmc/linux/arch/s390/kvm/ |
H A D | priv.c | 124 u64 operand2; in handle_set_prefix() local 134 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_set_prefix() 137 if (operand2 & 3) in handle_set_prefix() 162 u64 operand2; in handle_store_prefix() local 172 operand2 = kvm_s390_get_base_disp_s(vcpu, &ar); in handle_store_prefix() 175 if (operand2 & 3) in handle_store_prefix() 829 u64 operand2; in handle_stidp() local 840 if (operand2 & 7) in handle_stidp() 895 u64 operand2; in handle_stsi() local 1500 u64 address, operand2; in handle_tprot() local [all …]
|
/openbmc/linux/drivers/misc/sgi-gru/ |
H A D | gru_instructions.h | 534 unsigned long operand1, unsigned long operand2, in gru_gamer() argument 541 ins->op2_value_baddr1 = operand2; in gru_gamer() 548 unsigned long operand2, unsigned long hints) in gru_gamerr() argument 554 ins->op2_value_baddr1 = operand2; in gru_gamerr()
|
/openbmc/linux/tools/testing/selftests/bpf/verifier/ |
H A D | atomic_fetch.c | 95 #define __ATOMIC_FETCH_OP_TEST(src_reg, dst_reg, operand1, op, operand2, expect) \ argument 103 BPF_MOV64_IMM(src_reg, operand2), \
|
/openbmc/linux/kernel/trace/ |
H A D | trace_events_hist.c | 374 return val1 >> __ffs64(operand2->constant); in div_by_power_of_two() 417 u64 mult = operand2->div_multiplier; in div_by_mult_and_shift() 2622 struct hist_field *operand2, in check_expr_operands() argument 2644 var = find_var_field(operand2->var.hist_data, operand2->name); in check_expr_operands() 2717 if (IS_ERR(operand2)) { in parse_expr() 2718 ret = PTR_ERR(operand2); in parse_expr() 2770 operand2->read_once = true; in parse_expr() 2774 expr->operands[1] = operand2; in parse_expr() 2790 operand2->constant = divisor; in parse_expr() 2812 destroy_hist_field(operand2, 0); in parse_expr() [all …]
|
/openbmc/linux/tools/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|
/openbmc/linux/arch/x86/lib/ |
H A D | x86-opcode-map.txt | 11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...] 21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 501 * mov operand2: values represented with x << (2 * y), x < 0x100
|