OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:x_arg
(Results
1 - 4
of
4
) sorted by null
/external/llvm/test/CodeGen/ARM/
2009-04-08-AggregateAddr.ll
4
define fastcc void @_D3foo3fooFAriZv({ i32, { double, double }* } %d_arg, i32 %
x_arg
) {
10
store i32 %
x_arg
, i32* %x
/external/llvm/test/CodeGen/R600/
packetizer.ll
10
define void @test(i32 addrspace(1)* %out, i32 %
x_arg
, i32 %y_arg, i32 %z_arg, i32 %w_arg, i32 %e) {
13
%x = add i32 %
x_arg
, 1
/external/llvm/test/Bitcode/
metadata-2.ll
28
define fastcc i32 @_D5tango4core8BitManip6popcntFkZi(i32 %
x_arg
) nounwind readnone {
30
%tmp1 = lshr i32 %
x_arg
, 1 ; <i32> [#uses=1]
32
%tmp4 = sub i32 %
x_arg
, %tmp2 ; <i32> [#uses=2]
49
define fastcc i32 @_D5tango4core8BitManip7bitswapFkZk(i32 %
x_arg
) nounwind readnone {
51
%tmp1 = lshr i32 %
x_arg
, 1 ; <i32> [#uses=1]
53
%tmp4 = shl i32 %
x_arg
, 1 ; <i32> [#uses=1]
/external/mksh/src/
edit.c
924
static int
x_arg
; /* general purpose arg */
variable
925
static bool x_arg_defaulted; /*
x_arg
not explicitly set; defaulted to 1 */
1239
x_arg
= 1;
1283
x_arg
= save_arg;
1284
while (
x_arg
--)
1306
save_arg =
x_arg
;
1315
while (
x_arg
--)
[
all
...]
Completed in 547 milliseconds