Searched refs:imm2 (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Davx-2.c27 #define test_1x(func, type, op1_type, imm1, imm2) \
29 { return func (A, imm1, imm2); }
35 #define test_2x(func, type, op1_type, op2_type, imm1, imm2) \
37 { return func (A, B, imm1, imm2); }
H A Dsse-22.c30 #define test_1x(func, type, op1_type, imm1, imm2) \
32 { return func (A, imm1, imm2); }
34 #define test_1y(func, type, op1_type, imm1, imm2, imm3) \
36 { return func (A, imm1, imm2, imm3); }
42 #define test_2x(func, type, op1_type, op2_type, imm1, imm2) \
44 { return func (A, B, imm1, imm2); }
46 #define test_2y(func, type, op1_type, op2_type, imm1, imm2, imm3) \
49 { return func (A, B, imm1, imm2, imm3); }
51 #define test_2vx(func, op1_type, op2_type, imm1, imm2) \
53 { func (A, B, imm1, imm2); }
[all...]
H A Dsse-14.c31 #define test_1x(func, type, op1_type, imm1, imm2) \
33 { return func (A, imm1, imm2); }
35 #define test_1y(func, type, op1_type, imm1, imm2, imm3) \
37 { return func (A, imm1, imm2, imm3); }
43 #define test_2x(func, type, op1_type, op2_type, imm1, imm2) \
45 { return func (A, B, imm1, imm2); }
47 #define test_2y(func, type, op1_type, op2_type, imm1, imm2, imm3) \
50 { return func (A, B, imm1, imm2, imm3); }
52 #define test_2vx(func, op1_type, op2_type, imm1, imm2) \
54 { func (A, B, imm1, imm2); }
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dsp-pc-validations-bad-t.s241 @str.w pc,[r0,r1{,LSL #<imm2>}] @ Unpredictable
242 @str.w r1,[r0,sp{,LSL #<imm2>}] @ ditto
243 @str.w r1,[r0,pc{,LSL #<imm2>}] @ ditto
/haiku-buildtools/binutils/opcodes/
H A Daarch64-opc.c1103 const simd_imm_encoding *imm2 = (const simd_imm_encoding *)i2;
1105 if (imm1->imm < imm2->imm)
1107 if (imm1->imm > imm2->imm)
1101 const simd_imm_encoding *imm2 = (const simd_imm_encoding *)i2; local
/haiku-buildtools/gcc/gcc/config/aarch64/
H A Daarch64.c3009 const unsigned HOST_WIDE_INT *imm2 = (const unsigned HOST_WIDE_INT *) i2; local
3011 if (*imm1 < *imm2)
3013 if (*imm1 > *imm2)
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c3203 unsigned imm2 = 0; local
3208 imm2 = (inst.operands[1].regisimm ? inst.operands[1].reg
3213 imm1 = imm2;
3214 imm2 = inst.operands[1].imm;
3253 && (pool->literals[entry + 1].X_add_number == (offsetT) imm2)
3321 pool->literals[entry].X_add_number = imm2;

Completed in 295 milliseconds