Searched refs:operand2 (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/misc/sgi-gru/ |
| H A D | gru_instructions.h | 524 unsigned long operand1, unsigned long operand2, in gru_gamer() argument 531 ins->op2_value_baddr1 = operand2; in gru_gamer() 538 unsigned long operand2, unsigned long hints) in gru_gamerr() argument 544 ins->op2_value_baddr1 = operand2; in gru_gamerr()
|
| /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), \
|
| /linux/kernel/trace/ |
| H A D | trace_events_hist.c | 324 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_plus() local 327 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_plus() 339 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_minus() local 342 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_minus() 354 struct hist_field *operand2 = hist_field->operands[1]; in hist_field_div() local 357 u64 val2 = hist_fn_call(operand2, elt, buffer, rbe, event); in hist_field_div() 377 struct hist_field *operand2 = hist_field->operands[1]; in div_by_power_of_two() local 381 return val1 >> __ffs64(operand2->constant); in div_by_power_of_two() 391 struct hist_field *operand2 = hist_field->operands[1]; in div_by_not_power_of_two() local 395 return div64_u64(val1, operand2->constant); in div_by_not_power_of_two() [all …]
|
| /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 ...]
|
| /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 ...]
|