/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
OpCodes.java | 250 * [OP_NEG] 258 public static final int OP_NEG = 16;
|
Compiler.java | 153 case OpCodes.OP_NEG : [all...] |
XPathParser.java | 1137 appendOp(2, OpCodes.OP_NEG); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.cpp | 224 { OP_NEG, 0x0, 0x1, 0x0, 0x0, 0x1, 0x0 }, 475 case OP_NEG: 627 case OP_NEG:
|
nv50_ir_emit_nvc0.cpp | 810 const bool neg = (i->op == OP_NEG) || i->src(0).mod.neg(); [all...] |
/external/mesa3d/src/gallium/drivers/nvc0/codegen/ |
nv50_ir_target_nvc0.cpp | 224 { OP_NEG, 0x0, 0x1, 0x0, 0x0, 0x1, 0x0 }, 475 case OP_NEG: 627 case OP_NEG:
|
nv50_ir_emit_nvc0.cpp | 810 const bool neg = (i->op == OP_NEG) || i->src(0).mod.neg(); [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
nv50_ir_peephole.cpp | 299 case OP_NEG: 378 case NV50_IR_MOD_NEG: return OP_NEG; 528 case OP_NEG: res.data.f32 = -imm.reg.data.f32; break; 720 i->op = OP_NEG; 747 bld.mkOp1(OP_NEG, TYPE_S32, i->getDef(0), tB); 808 case OP_NEG: 862 mi->op != OP_NEG)) 876 if ((i->op == OP_NEG) && mod.neg()) { 957 if (neg && neg->op != OP_NEG) { 961 if (!neg || neg->op != OP_NEG || [all...] |
nv50_ir_target_nv50.cpp | 92 { OP_NEG, 0x0, 0x1, 0x0, 0x0, 0x0, 0x1, 0x1, 0x0 }, 410 case OP_NEG:
|
nv50_ir_emit_nv50.cpp | 1211 case OP_NEG: code[1] |= 1 << 29; break; [all...] |
nv50_ir.cpp | 37 case OP_NEG: bits = NV50_IR_MOD_NEG; break;
|
nv50_ir.h | 60 OP_NEG,
|
nv50_ir_from_sm4.cpp | 395 case SM4_OPCODE_INEG: return OP_NEG; [all...] |
nv50_ir_from_tgsi.cpp | [all...] |
nv50_ir_lowering_nv50.cpp | 449 bld.mkOp1(OP_NEG, ty, s, q)->setPredicate(CC_S, cond);
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_peephole.cpp | 299 case OP_NEG: 378 case NV50_IR_MOD_NEG: return OP_NEG; 528 case OP_NEG: res.data.f32 = -imm.reg.data.f32; break; 720 i->op = OP_NEG; 747 bld.mkOp1(OP_NEG, TYPE_S32, i->getDef(0), tB); 808 case OP_NEG: 862 mi->op != OP_NEG)) 876 if ((i->op == OP_NEG) && mod.neg()) { 957 if (neg && neg->op != OP_NEG) { 961 if (!neg || neg->op != OP_NEG || [all...] |
nv50_ir_target_nv50.cpp | 92 { OP_NEG, 0x0, 0x1, 0x0, 0x0, 0x0, 0x1, 0x1, 0x0 }, 410 case OP_NEG:
|
nv50_ir_emit_nv50.cpp | 1211 case OP_NEG: code[1] |= 1 << 29; break; [all...] |
nv50_ir.cpp | 37 case OP_NEG: bits = NV50_IR_MOD_NEG; break;
|
nv50_ir.h | 60 OP_NEG,
|
nv50_ir_from_sm4.cpp | 395 case SM4_OPCODE_INEG: return OP_NEG; [all...] |
nv50_ir_from_tgsi.cpp | [all...] |
nv50_ir_lowering_nv50.cpp | 449 bld.mkOp1(OP_NEG, ty, s, q)->setPredicate(CC_S, cond);
|