OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:op_expr
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/compiler/glsl/
opt_algebraic.cpp
315
ir_expression *
op_expr
[4] = {NULL, NULL, NULL, NULL};
local
338
op_expr
[i] = ir->operands[i]->as_expression();
346
if (
op_expr
[0] &&
op_expr
[0]->operation == ir_unop_bit_not)
347
return
op_expr
[0]->operands[0];
351
if (
op_expr
[0] == NULL)
354
switch (
op_expr
[0]->operation) {
357
return abs(
op_expr
[0]->operands[0]);
364
if (
op_expr
[0] == NULL)
367
if (
op_expr
[0]->operation == ir_unop_neg)
[
all
...]
opt_minmax.cpp
385
ir_expression *
op_expr
= expr->operands[1 - i]->as_expression();
local
386
if (
op_expr
&& (
op_expr
->operation == ir_binop_min ||
387
op_expr
->operation == ir_binop_max)) {
388
return prune_expression(
op_expr
, baserange);
416
ir_expression *
op_expr
= expr->operands[i]->as_expression();
local
417
if (
op_expr
&& (
op_expr
->operation == ir_binop_min ||
418
op_expr
->operation == ir_binop_max)) {
427
expr->operands[i] = prune_expression(
op_expr
, base)
[
all
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-avr.c
852
expressionS
op_expr
;
local
1014
avr_offset_expression (&
op_expr
);
1017
&
op_expr
, FALSE, BFD_RELOC_AVR_6);
[
all
...]
tc-arm.c
[
all
...]
Completed in 360 milliseconds